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 AuthorizationBasic <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.
Web Components
Developer SDK for building custom UI panels inside the Facets control plane. Embed custom React components directly in the Facets UI using the Web Components framework.