Skip to main content
POST
Attach permission to product

Authorizations

Authorization
string
header
required

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

Body

application/json
product_id
string<uuid>
required

UUID

permission_id
string<uuid>
required

UUID

Response

OK