Stampfactory
Dokumentation
Sonstiges

Release veröffentlichen

POST
/releases/publish
AuthentifizierungBearer <token>

Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).

Ort: header

Request-Body

application/json

TypeScript-Definitionen

TypeScript-Typ für request body.

Body of POST /rest/releases/publish — marks every platform artifact of a version as published and rewrites the update manifest.

Response-Body

application/json

application/json

application/json

curl -X POST "https://example.com/releases/publish" \  -H "Content-Type: application/json" \  -d '{    "app": "desktop",    "version": "string",    "channel": "string"  }'
{  "manifest_url": "string",  "platforms": {    "property1": null,    "property2": null  },  "version": "string",  "channel": "string",  "published_at": "string"}