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.
Authorization
sec0 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}""{}""{}""{}"Register
Register endpoint in the Facets Artifact Management v1 API, used to register a build artifact for a release stream so qualified environments can queue it.
API Recipes
Task-oriented guides for the Facets control plane API, covering authentication, branch creation, resource management, and enabling or disabling resources.