consumers
Attach a role to a consumer
Associates a role with a role_based consumer (idempotent). Returns 409 for inline consumers.
POST
Attach a role to a consumer
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Associates a role with a role_based consumer (idempotent). Returns 409 for inline consumers.
curl --request POST \
--url https://agentgateway-admin.dev.neuraltrust.ai/v1/gateways/{gateway_id}/consumers/{id}/roles/{role_id} \
--header 'Authorization: <api-key>'{
"error": "<string>",
"message": "<string>"
}curl --request POST \
--url https://agentgateway-admin.dev.neuraltrust.ai/v1/gateways/{gateway_id}/consumers/{id}/roles/{role_id} \
--header 'Authorization: <api-key>'{
"error": "<string>",
"message": "<string>"
}