ReferenceArtifacts Stores

Artifacts Stores

POST
/api/v1/catalogs/{owner}/artifacts/{uuid}/upload
Authorization<token>

In: header

Path Parameters

owner*string

Owner of the namespace

uuid*string

Unique integer identifier of the entity

Query Parameters

path?string

File path query params.

overwrite?boolean

File path query params.

Request Body

multipart/form-data

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/api/v1/catalogs/string/artifacts/string/upload" \  -F uploadfile="string"
Empty
{}
{}
{}