release-mirror
sfp server API reference for release-mirror: 1 endpoint.
POST
/sfp/api/release-mirror/eventRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/sfp/api/release-mirror/event" \ -H "Content-Type: application/json" \ -d '{ "repositoryIdentifier": "string", "environment": "prod", "branch": "codev/prod", "commitSha": "string", "domain": "core", "releaseName": "string" }'Empty