27 lines
863 B
Markdown
27 lines
863 B
Markdown
---
|
|
name: profile-import-routes
|
|
description: Handle 1 OpenAPI operation(s) under /api/profile-import for the profile import route group.
|
|
---
|
|
|
|
# profile import API Routes
|
|
|
|
Handle 1 OpenAPI operation(s) under /api/profile-import for the profile import 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
|
|
|
|
### create_or_update_profile
|
|
|
|
- Operation ID: `create_or_update_profile`
|
|
- Route: `POST /api/profile-import`
|
|
- Mode: WRITE
|
|
- Summary: Create or Update Profile
|
|
- Parameters:
|
|
- `additional-fields[profile]` in `query`
|
|
- `fields[profile]` in `query`
|
|
- `revision` in `header` required
|
|
- Body: JSON request body accepted.
|