XentrDeveloper Docs
API ReferenceEdges

Pin an edge to a target version (staff)

Sets edges.target_version so the next manifest poll serves this version. The version must be published to a release channel first.

POST
/api/edges/{id}/update
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Edge UUID

Query Parameters

organizationId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://api.xentr.ai/api/edges/string/update?organizationId=string" \  -H "Content-Type: application/json" \  -d '{    "artifactName": "0.3.1"  }'
Empty