Logo
Siemens Xcelerator Developer Portal API Documentation

Performs revision step on given revision.

POST {{baseUrl}}/public/api/projects/v1/dbs/:dbid/projects/:projid/revisions/:revisionid/actions/accept_step?overlayid=<string>&lcid=<string>

 

Body PARAM

Key Datatype Required Description 
overlayid
string Working Overlay Id
lcid
string Language Id



HEADERS

Key Datatype Required Description 
Comos-API-Session
string (Required) Comos SessionId that needs to be passed with every request except Login
Content-Type
string
Accept
string




RESPONSES

status OK

{}

Curl
curl -X POST '//public/api/projects/v1/dbs/:dbid/projects/:projid/revisions/:revisionid/actions/accept_step?overlayid=<string>&lcid=<string>?overlayid=<string>&lcid=<string>' -H 'Comos-API-Session: <string>' -H 'Content-Type: application/x-www-form-urlencoded' -H 'Accept: application/json' --data-urlencode '%7B%22name%22%3D%3E%22StepId%22%2C+%22value%22%3D%3E%22%3Cinteger%3E%22%2C+%22datatype%22%3D%3E%22string%22%7D&%7B%22name%22%3D%3E%22Label%22%2C+%22value%22%3D%3E%22%3Cstring%3E%22%2C+%22datatype%22%3D%3E%22string%22%7D&%7B%22name%22%3D%3E%22Description%22%2C+%22value%22%3D%3E%22%3Cstring%3E%22%2C+%22datatype%22%3D%3E%22string%22%7D'

ENDPOINTS