Modifies API key metadata (name, description, active status) without changing the actual key value.
id (guid, required) — Unique identifier of the API key to update.model (CompanyProjectKeyUpdateCommandRequest, required) — Updated key information including:
id (guid, required) — Key identifier (must match path parameter).name (string, optional) — Updated descriptive name.description (string, optional) — Updated description.isActive (bool, optional) — Active status.CompanyProjectKeyUpdateCommandResponse indicating whether the update was successful.
The access token received from the authorization server in the OAuth 2.0 flow.
The unique identifier of the API key to update.
The updated key information including name, description, and active status.
Always returned. Check the success property in the response body to determine if the operation succeeded.
Standard response structure containing operation status and error information. Standard command response indicating the result of a data modification. Represents the response returned after updating a key.
True if the operation completed successfully; false if an error occurred.
true
Result code indicating the outcome of the operation.
Unknown, Success, BadRequest, Unauthorized, NotFound, Error 200
Human-readable error message when an error occurs.
null