Upload Artifacts

Upload artifact.

post

Upload artifact. For users with the Standard Registry role only.

Authorizations
Path parameters
parentIdstringRequired

Parent ID

Responses
200
Successful operation.
application/json
post
POST /api/v1/artifacts/{parentId} HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
[
  {
    "id": "text",
    "name": "text",
    "uuid": "text",
    "extention": "text",
    "type": "text"
  }
]

Last updated