Schema APIs for Asynchronous Execution
Last updated
Was this helpful?
Asynchronous variants of schema operations that return a task ID immediately and complete in the background. Poll GET /api/v1/tasks/{taskId} to retrieve results.
Authentication: Bearer token required (Authorization: Bearer <token>)
POST
/api/v1/schemas/push
Creates a new schema asynchronously
Yes
POST
/api/v1/schemas/push/copy
Copies a schema asynchronously
Yes
DELETE
/api/v1/schemas/push/{schemaId}
Deletes a schema asynchronously
Yes
PUT
/api/v1/schemas/push/{schemaId}/publish
Publishes a schema asynchronously
Yes
POST
/api/v1/schemas/push/import/message
Imports a schema from IPFS asynchronously
Yes
POST
/api/v1/schemas/push/import/file
Imports a schema from a ZIP file asynchronously
Yes
POST
/api/v1/schemas/push/import/message/preview
Previews a schema from IPFS asynchronously
Yes
Last updated
Was this helpful?
Was this helpful?