core — Alodai API
Generated from services/core/src/routes/** and the @mp/shared schemas each handler applies. 36 of 125 operations publish a request schema; the rest are marked unmeasured.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X GET "https://example.com/marketing-leads" \ -H "Content-Type: application/json" \ -d '{}'Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/marketing-leads" \ -H "Content-Type: application/json" \ -d '{ "contactName": "string", "contactEmail": "user@example.com" }'The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X GET "https://example.com/marketing-leads/string"Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X PATCH "https://example.com/marketing-leads/string/status" \ -H "Content-Type: application/json" \ -d '{ "status": "new" }'The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Response Body
curl -X GET "https://example.com/marketing-leads/statuses"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Response Body
curl -X GET "https://example.com/organizations"Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/organizations" \ -H "Content-Type: application/json" \ -d '{ "slug": "string", "name": "string", "companyName": "string", "companyLegalName": "string", "companyId": "string", "companyCountry": "st", "companyAddress": "string", "legalEmail": "user@example.com", "supportEmail": "user@example.com" }'The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X GET "https://example.com/organizations/string"Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X PATCH "https://example.com/organizations/string" \ -H "Content-Type: application/json" \ -d '{}'The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X DELETE "https://example.com/organizations/string"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X GET "https://example.com/organizations/string/api-keys"Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/organizations/string/api-keys" \ -H "Content-Type: application/json" \ -d '{ "name": "string", "scopes": [ "read" ] }'The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X DELETE "https://example.com/organizations/string/api-keys/string"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X GET "https://example.com/organizations/string/audit-log"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X GET "https://example.com/organizations/string/audit-log/export"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X POST "https://example.com/organizations/string/audit-log/export-async"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X GET "https://example.com/organizations/string/audit-log/export-async/string"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X GET "https://example.com/organizations/string/audit-log/verify-integrity"Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X GET "https://example.com/organizations/string/domains/inventory" \ -H "Content-Type: application/json" \ -d '{ "items": [ { "platformId": "32a6e381-64f4-4911-86b6-3bf681b64d23", "platformSlug": "string", "platformName": "string", "customDomain": "string", "subdomain": "string", "verificationStatus": "none", "verifiedAt": "string", "lastCheckedAt": "string" } ] }'The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X GET "https://example.com/organizations/string/integration-channels"Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/organizations/string/integration-channels" \ -H "Content-Type: application/json" \ -d '{ "provider": "discord", "name": "string", "events": [ "string" ], "config": { "webhookUrl": "http://example.com" } }'Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X PATCH "https://example.com/organizations/string/integration-channels/string" \ -H "Content-Type: application/json" \ -d '{}'The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X DELETE "https://example.com/organizations/string/integration-channels/string"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X POST "https://example.com/organizations/string/integration-channels/string/test"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X GET "https://example.com/organizations/string/invitations"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X DELETE "https://example.com/organizations/string/invitations/string"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X POST "https://example.com/organizations/string/invitations/string/resend"Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/organizations/string/invite" \ -H "Content-Type: application/json" \ -d '{ "email": "user@example.com" }'The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X POST "https://example.com/organizations/string/leave"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X GET "https://example.com/organizations/string/members"Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X PATCH "https://example.com/organizations/string/members/string" \ -H "Content-Type: application/json" \ -d '{ "role": "admin" }'The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X DELETE "https://example.com/organizations/string/members/string"Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/organizations/string/transfer-ownership" \ -H "Content-Type: application/json" \ -d '{ "newOwnerId": "7794d3b0-c388-4512-b96a-362c09616997" }'The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X GET "https://example.com/organizations/string/webhooks"Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/organizations/string/webhooks" \ -H "Content-Type: application/json" \ -d '{ "url": "http://example.com", "events": [ "string" ] }'Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X PATCH "https://example.com/organizations/string/webhooks/string" \ -H "Content-Type: application/json" \ -d '{}'The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X DELETE "https://example.com/organizations/string/webhooks/string"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X GET "https://example.com/organizations/string/webhooks/string/deliveries"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X GET "https://example.com/organizations/by-slug/string"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Response Body
curl -X GET "https://example.com/organizations/invitations/acceptance"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Response Body
curl -X GET "https://example.com/platforms"Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/platforms" \ -H "Content-Type: application/json" \ -d '{ "organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9", "name": "string", "slug": "string" }'The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X GET "https://example.com/platforms/string"Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X PATCH "https://example.com/platforms/string" \ -H "Content-Type: application/json" \ -d '{}'The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X DELETE "https://example.com/platforms/string"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X GET "https://example.com/platforms/string/config"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X GET "https://example.com/platforms/string/custom-domain"Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/platforms/string/custom-domain" \ -H "Content-Type: application/json" \ -d '{ "domain": "string" }'The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X DELETE "https://example.com/platforms/string/custom-domain"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X POST "https://example.com/platforms/string/custom-domain/verify"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X PATCH "https://example.com/platforms/string/home"Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/platforms/string/invite" \ -H "Content-Type: application/json" \ -d '{ "email": "user@example.com" }'The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X POST "https://example.com/platforms/string/join"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X POST "https://example.com/platforms/string/leave"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X GET "https://example.com/platforms/string/members"Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X PATCH "https://example.com/platforms/string/members/string" \ -H "Content-Type: application/json" \ -d '{ "role": "admin" }'The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X DELETE "https://example.com/platforms/string/members/string"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X GET "https://example.com/platforms/string/members/by-user/string"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X GET "https://example.com/platforms/string/members/by-username/string"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X GET "https://example.com/platforms/string/modules"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X PATCH "https://example.com/platforms/string/modules"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X PATCH "https://example.com/platforms/string/navigation"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X GET "https://example.com/platforms/string/project-blocks"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X PATCH "https://example.com/platforms/string/project-blocks"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X PATCH "https://example.com/platforms/string/publish"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X POST "https://example.com/platforms/string/resolve-config"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X PATCH "https://example.com/platforms/string/theme"Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X GET "https://example.com/platforms/string/spaces" \ -H "Content-Type: application/json" \ -d '{}'The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X GET "https://example.com/platforms/string/taxonomy-attachments"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X GET "https://example.com/platforms/string/taxonomy-nodes"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X GET "https://example.com/platforms/string/taxonomy-resolve"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X POST "https://example.com/platforms/string/taxonomy-system-tags"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X GET "https://example.com/platforms/string/taxonomy-tree"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X GET "https://example.com/project-blocks/string/platforms"Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X GET "https://example.com/public/leads" \ -H "Content-Type: application/json" \ -d '{}'Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/public/leads" \ -H "Content-Type: application/json" \ -d '{ "contactName": "string", "contactEmail": "user@example.com" }'The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X GET "https://example.com/public/leads/string"Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X PATCH "https://example.com/public/leads/string/status" \ -H "Content-Type: application/json" \ -d '{ "status": "new" }'The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Response Body
curl -X GET "https://example.com/public/leads/statuses"Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X GET "https://example.com/reference/cities" \ -H "Content-Type: application/json" \ -d '{}'The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X GET "https://example.com/reference/cities/string"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Response Body
curl -X GET "https://example.com/reference/countries"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X GET "https://example.com/reference/countries/string"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Response Body
curl -X GET "https://example.com/reference/currencies"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X GET "https://example.com/reference/currencies/string"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Response Body
curl -X GET "https://example.com/reference/languages"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X GET "https://example.com/reference/languages/string"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Response Body
curl -X GET "https://example.com/reference/timezones"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X GET "https://example.com/reference/timezones/string"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Response Body
curl -X GET "https://example.com/research/artefacts"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X GET "https://example.com/research/artefacts/string"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Response Body
curl -X POST "https://example.com/research/backfill/iclc2027"Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/research/import" \ -H "Content-Type: application/json" \ -d '{ "orcidId": "string" }'The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Response Body
curl -X GET "https://example.com/research/outputs"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X GET "https://example.com/research/outputs/string"Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/research/reconcile" \ -H "Content-Type: application/json" \ -d '{ "orcidId": "string" }'The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Response Body
curl -X GET "https://example.com/research/venues"Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/spaces" \ -H "Content-Type: application/json" \ -d '{ "platformId": "32a6e381-64f4-4911-86b6-3bf681b64d23", "slug": "string", "name": "string" }'The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X GET "https://example.com/spaces/string"Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X PATCH "https://example.com/spaces/string" \ -H "Content-Type: application/json" \ -d '{}'The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X DELETE "https://example.com/spaces/string"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X POST "https://example.com/spaces/string/join"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X POST "https://example.com/spaces/string/leave"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X GET "https://example.com/spaces/string/members"Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X PATCH "https://example.com/spaces/string/members/string" \ -H "Content-Type: application/json" \ -d '{ "role": "admin" }'The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X DELETE "https://example.com/spaces/string/members/string"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X GET "https://example.com/spaces/string/capabilities"Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/spaces/string/capabilities" \ -H "Content-Type: application/json" \ -d '{ "capabilityKey": "string" }'Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X PUT "https://example.com/spaces/string/capabilities" \ -H "Content-Type: application/json" \ -d '{ "capabilities": [ { "capabilityKey": "string" } ] }'The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X DELETE "https://example.com/spaces/string/capabilities/string"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X GET "https://example.com/spaces/string/effective-modules"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X GET "https://example.com/spaces/string/module-overrides"Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/spaces/string/module-overrides" \ -H "Content-Type: application/json" \ -d '{ "moduleId": "string" }'Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X PUT "https://example.com/spaces/string/module-overrides" \ -H "Content-Type: application/json" \ -d '{ "overrides": [ { "moduleId": "string" } ] }'The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X DELETE "https://example.com/spaces/string/module-overrides/string"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Response Body
curl -X GET "https://example.com/status"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Response Body
curl -X GET "https://example.com/system/migrations/health"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Response Body
curl -X GET "https://example.com/system/migrations/status"Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/taxonomy-nodes" \ -H "Content-Type: application/json" \ -d '{ "platformId": "32a6e381-64f4-4911-86b6-3bf681b64d23", "slug": "string", "name": "string" }'The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X GET "https://example.com/taxonomy-nodes/string"Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X PATCH "https://example.com/taxonomy-nodes/string" \ -H "Content-Type: application/json" \ -d '{}'The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X DELETE "https://example.com/taxonomy-nodes/string"The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X GET "https://example.com/taxonomy-nodes/string/attachments"Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/taxonomy-nodes/string/attachments" \ -H "Content-Type: application/json" \ -d '{ "entityType": "string", "entityId": "156e622c-6cdf-4c27-9bc9-2f2db69919f5" }'The request shape is unmeasured: this handler applies no @mp/shared schema to its input, so none is published here. Nothing is invented to fill the gap.
Path Parameters
Response Body
curl -X DELETE "https://example.com/taxonomy-nodes/string/attachments/string"