Importing Tool from a Zip file asynchronously
POST /api/v1/tools/push/import/file-metadata
Imports new tool and all associated artifacts, such as schemas and VCs, from the provided zip file into the local DB. Only users with the Standard Registry role are allowed to make the request.
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
file
string
File
metadata
string
Metadata
Response
{
"taskId": "text",
"expectation": 1
}content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'PreviousImporting Tool from a Zip fileNextRun policy without making any persistent changes or executing transaction.
Last updated