Importing Tool from a Zip file
POST /api/v1/tools/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
content:
application/json:
schema:
$ref: '#/components/schemas/TaskDTO'content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'Last updated