View entire changelog

Experimental Context Restriction API Change

Experimental Contexts Restriction API change:

  • We have added new restriction_type and restriction_value fields to the request and response
  • We have deprecated (and will remove in 14 days) project_id field from request and response

Use {“restriction_type”: “project”, “restriction_value”: “<the project id>“} rather than {“project_id”: “<the project id>“} to create a restriction”

Previous changes