Path Parameters
Example:
"my-org-id"
Body
application/json
The request to update an organization.
The ID of the organization
Example:
"1234567890"
The authentication token for the organization
Example:
"1234567890"
The name of the organization
Example:
"My Org"
The webhook URL for the organization
Example:
"https://example.com/webhook"
The logo URL for the organization
Example:
"https://example.com/logo.png"
A timestamp value that can be stored in Firestore
A timestamp value that can be stored in Firestore
Response
Organization updated successfully
Whether the request was successful
Example:
true
Message from the API
Example:
"Organization updated"
The response from the Organization PATCH request.
Example:
{
"orgId": "example",
"authToken": "example",
"name": "example",
"webhookUrl": null,
"logoUrl": null,
"createdAt": { "seconds": 3, "nanoseconds": 3 },
"updatedAt": { "seconds": 3, "nanoseconds": 3 }
}