publish Update

@PatchMapping(path = ""/{" + PROJECT_IDENTIFIER_KEY + "}" + UPDATES_PATH + "{" + UPDATE_IDENTIFIER_KEY + "}" + PUBLISH_UPDATE_ENDPOINT", headers = [] )
open fun publishUpdate(@PathVariable(value = "id") id: String, @RequestHeader(value = "token") token: String, @PathVariable(value = "project_id") projectId: String, @PathVariable(value = "update_id") updateId: String): String

Method to publish an update of 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 publish the update

updateId

The identifier of the update to publish