Grants an authority over a workspace from an actor

POST /repositories/{repositoryId}/workspaces/{workspaceId}/authorities/{authorityId}/grant

Parameters

Name Required Type Description
repositoryId true string
workspaceId true string
authorityId true string
id true string

Response

"type": "object", "description": "Status of Operation", "properties": { "ok": { "type": "boolean", "description": "Indicates whether the operation succeeded or not" } } }