Skip to content
Pricing
Search
Results from:
Site
0
Blog
0
Docs
0
Images
0
Orbs
0
Resources
0
Site
0

No results for site

Blog
0

No results for blog

Docs
0

No results for docs

Images
0

No results for images

Orbs
0

No results for orbs

Resources
0

No results for resources

View entire changelog

Experimental Context Restriction API Change

Mar 01, 2024

Enhancement

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