axonpush
API referenceUser

PATCH /users/me/active-org

PATCH
/users/me/active-org

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/problem+json

curl -X PATCH "https://example.com/users/me/active-org" \  -H "Content-Type: application/json" \  -d '{    "orgId": "string"  }'
{  "$schema": "https://example.com/schemas/OkOutputBody.json",  "ok": true}