axonpush
API referenceOrganization

PATCH /organization

PATCH
/organization

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/organization" \  -H "Content-Type: application/json" \  -d '{}'
{  "$schema": "https://example.com/schemas/OrganizationDTO.json",  "createdAt": "string",  "description": "string",  "eventsQuotaMonthly": 0,  "name": "string",  "orgId": "string",  "plan": "string",  "retentionDays": 0,  "seatLimit": 0,  "slug": "string",  "subscriptionStatus": "string",  "updatedAt": "string"}