Replace an agent's security document
Replaces the document whole. An omitted field takes its default rather than its current value, so send every field you mean to keep.
PUT
/v1/agents/{agent_id}/securityAuthorization
AuthorizationBearer token · headerrequiredPath parameters
agent_idstring<uuid>requiredAgent id
Request body
requiredapplication/jsonReplaces the whole document. An omitted field takes its default.
allowed_originsstring[]`*` allows every origin; other entries must be exact HTTP(S) origins
without a path or trailing slash. Partial wildcards are not supported.
Defaults to empty, which answers no browser.
max items 32
Responses
200The document the agent now holds.
allowed_originsstring[]requiredThe browser origins the agent's sessions answer a cross-origin request
from. `*` allows every origin. Other entries match `Origin` exactly:
a scheme, host, and optional port, with no trailing slash or path.
Partial wildcards are not supported. Empty answers no browser.
max items 32
400Malformed body, path parameter, or an entry no `Origin` header could equal.
errorErrorDetailrequiredWhat went wrong: a `code` to branch on and a `message` to show. The
message is written for a person and may change; the code will not.
Show propertiesHide properties
codeErrorCoderequiredThe machine-readable half of an error response, and the field a client
branches on. Closed: every error carries exactly one of these.
Allowed:
unauthorizedforbiddennot_foundinvalid_requestconflictclient_outdatedprecondition_failedtoo_many_requestsinternalmessagestringrequired401Missing, malformed, or invalid bearer token.
errorErrorDetailrequiredWhat went wrong: a `code` to branch on and a `message` to show. The
message is written for a person and may change; the code will not.
Show propertiesHide properties
codeErrorCoderequiredThe machine-readable half of an error response, and the field a client
branches on. Closed: every error carries exactly one of these.
Allowed:
unauthorizedforbiddennot_foundinvalid_requestconflictclient_outdatedprecondition_failedtoo_many_requestsinternalmessagestringrequired403Caller lacks agent.publish.
errorErrorDetailrequiredWhat went wrong: a `code` to branch on and a `message` to show. The
message is written for a person and may change; the code will not.
Show propertiesHide properties
codeErrorCoderequiredThe machine-readable half of an error response, and the field a client
branches on. Closed: every error carries exactly one of these.
Allowed:
unauthorizedforbiddennot_foundinvalid_requestconflictclient_outdatedprecondition_failedtoo_many_requestsinternalmessagestringrequired404No such agent, or the caller cannot see it.
errorErrorDetailrequiredWhat went wrong: a `code` to branch on and a `message` to show. The
message is written for a person and may change; the code will not.
Show propertiesHide properties
codeErrorCoderequiredThe machine-readable half of an error response, and the field a client
branches on. Closed: every error carries exactly one of these.
Allowed:
unauthorizedforbiddennot_foundinvalid_requestconflictclient_outdatedprecondition_failedtoo_many_requestsinternalmessagestringrequired