Set a secret
Creates a secret for your organization, or replaces its value when the name already exists. Sail never returns the stored value. After this call succeeds, the next matching request from any Sailbox using this organization secret gets the new value.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Secret name. It starts with a letter or number and contains only letters, numbers, underscores, and dashes, up to 128 characters. Surrounding whitespace is ignored.
^[\t-\r\u0020\u0085\u00A0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]*[A-Za-z0-9][A-Za-z0-9_-]{0,127}[\t-\r\u0020\u0085\u00A0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]*$Body
Value to store. It must be one line of text and at most 64 KiB as UTF-8. Sail never returns it after this request.
1 - 65536^[^\u0000-\u001f\u007f]+$Response
The secret metadata.
Organization that owns the secret.
Name used in HTTP policy references. The secret value is never returned.
^[A-Za-z0-9][A-Za-z0-9_-]{0,127}$When the secret was first created.
When the secret value was last replaced.