Skip to main content
POST
Give Datasets Permission To Principal

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

principal_id
string<uuid>
required

Query Parameters

permission_name
string
required

Permission to grant. One of 'read', 'write', 'delete', 'share'.

Example:

"read"

Body

application/json
Example:

Response

Successful Response