Skip to content

Commit 33877e7

Browse files
fix: update description
1 parent de766e2 commit 33877e7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

openapi/agents/agents-agentId-roles.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
put:
22
summary: Assign roles to an agent
33
description: |
4-
Assigns standard roles to an agent by replacing all existing role assignments. Roles are specified by their system-defined names and scopes. The user must be authenticated as a human (not an agent) to use this endpoint.
4+
Assigns standard roles to an agent. Roles are specified by their system-defined names and scopes. The user must be authenticated as a human (not an agent) to use this endpoint.
55
operationId: assignAgentRoles
66
tags:
77
- Agents

openapi/users/users-userId-roles.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
put:
22
summary: Assign roles to a user
33
description: |
4-
Assigns standard roles to a user by replacing all existing role assignments. Roles are specified by their system-defined names and scopes. The user must be authenticated as a human (not an agent) to use this endpoint.
4+
Assigns standard roles to a user. Roles are specified by their system-defined names and scopes. The user must be authenticated as a human (not an agent) to use this endpoint.
55
operationId: assignUserRoles
66
tags:
77
- Users

0 commit comments

Comments
 (0)