Upload Artifacts
Upload artifact. For users with the Standard Registry role only.
Authorizations
Path parameters
parentIdstringRequired
Parent ID
Responses
200
Successful operation.
application/json
401
Unauthorized.
403
Forbidden.
500
Internal server error.
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