50 lines
1.5 KiB
Markdown
50 lines
1.5 KiB
Markdown
---
|
|
name: organization-domains-routes
|
|
description: Handle 4 OpenAPI operation(s) under /organization_domains for the organization domains route group.
|
|
---
|
|
|
|
# organization domains API Routes
|
|
|
|
Handle 4 OpenAPI operation(s) under /organization_domains for the organization domains route group.
|
|
|
|
Use the generated operation tools to make real API calls. Do not invent API responses.
|
|
If a tool reports missing setup, return the exact setup field name to the caller.
|
|
For write, update, or delete operations, state the intended action before calling the tool.
|
|
|
|
## Operations
|
|
|
|
### organization_domains_controller_create
|
|
|
|
- Operation ID: `organization_domains_controller_create`
|
|
- Route: `POST /organization_domains`
|
|
- Mode: WRITE
|
|
- Summary: Create an Organization Domain
|
|
- Body: JSON request body accepted.
|
|
|
|
### organization_domains_controller_get
|
|
|
|
- Operation ID: `organization_domains_controller_get`
|
|
- Route: `GET /organization_domains/{id}`
|
|
- Mode: READ
|
|
- Summary: Get an Organization Domain
|
|
- Parameters:
|
|
- `id` in `path` required
|
|
|
|
### organization_domains_controller_delete
|
|
|
|
- Operation ID: `organization_domains_controller_delete`
|
|
- Route: `DELETE /organization_domains/{id}`
|
|
- Mode: WRITE
|
|
- Summary: Delete an Organization Domain
|
|
- Parameters:
|
|
- `id` in `path` required
|
|
|
|
### organization_domains_controller_verify
|
|
|
|
- Operation ID: `organization_domains_controller_verify`
|
|
- Route: `POST /organization_domains/{id}/verify`
|
|
- Mode: WRITE
|
|
- Summary: Verify an Organization Domain
|
|
- Parameters:
|
|
- `id` in `path` required
|