Skip to content

Commit

Permalink
actions: permissions up
Browse files Browse the repository at this point in the history
  • Loading branch information
matej21 committed Jul 11, 2023
1 parent 31af91b commit d2b6eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/engine/actions/managing.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Please note, the Actions feature is only available starting from version 1.3, wh
The Actions Management API in Contember provides a GraphQL interface for managing Action events and variables in your project. You can access the API by making GraphQL requests to the `/actions/<project-name>` endpoint, where `project-name` represents the name of your Contember project.

## Permissions
You must include a Bearer token in Authorization header. To interact with the Actions Management API, you need the "admin" role for your Contember project. It is not yet possible to manage these permissions.
You must include a Bearer token in Authorization header. To view and setup variables, you need either `admin` or `deployer` role. To interact with other Actions Management APIs, the `admin` role is required. It is not yet possible to configure these permissions.

## Managing Variables

Expand Down

0 comments on commit d2b6eea

Please sign in to comment.