Docs

Register an Artifact

This API is primarily used for integration with existing CI systems or pushing a build manually from local. The API registers an artifact for a given release stream. All environments qualified for that release stream will get the artifact in queue.

POST
/cc/v1/artifacts/register
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://facetsdemo.console.facets.cloud/cc/v1/artifacts/register" \  -H "Content-Type: application/json" \  -d '{}'
"{\n  \n}"
"{}"
"{}"
"{}"