Add Integrations to Group
POST/api/groups/:name/integrations
Adds one or more integrations to a group by their slugs.
The integrations will be associated with the specified group, allowing users in that group to access them.
If an integration is already in the group, it will be silently ignored (no error will be returned).
Request
Responses
- 200
- 400
- 401
- 404
- 500
Integrations added successfully
Invalid request body
Authentication required or invalid token
Group not found
Internal server error