Update agent secrets
PATCH/v2/agents/:agent_key/secrets
Patch the agent's secrets. Names present in the map are added or replaced; names absent from the map are left unchanged.
A name mapped to null is removed.
Request
Responses
- 200
- 400
- 403
- 404
The agent's secrets after the patch, with values masked.
Invalid request.
Permissions do not allow modifying this agent.
Agent not found.