cURL
curl --request PUT \ --url https://your-instance.example.com/api/vault/{secretName} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "value": "<string>", "workosOrganizationId": "<string>" } '
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
WorkOS organization ID (format: "org_...")
Secret updated successfully
Generic response envelope. Endpoint-specific fields are intentionally open.