schedule
Update
@PostMapping(path = ""/{" + PROJECT_IDENTIFIER_KEY + "}" + UPDATES_PATH + SCHEDULE_UPDATE_ENDPOINT",
headers = []
)
Method to schedule an update for a project
Return
the result of the request as String
Parameters
id
The identifier of the user
token
The token of the user
projectId
The identifier of the project where add the new update
payload
: payload of the request
{
"target_version": "the target project_version of the update", -> [String]
"update_change_notes": [ -> [List of Strings or empty]
// the change note of the update -> [String]
]
}
Content copied to clipboard