scopes

Get Or Create Scope

Get a Scope by ID or create a new Scope with the given ID.

Returns 201 when the scope is created and 200 when it already exists. A pre-existing peer occupying the scope's reserved internal name is never adopted; that conflict returns 409.

post/v3/workspaces/{workspace_id}/scopes

Path parameters

workspace_idstring required

Request body

idstring required
metadataobject nullable

Response

Successful Response

idstring required
metadataobject
created_atstring date-time required

Changes