PATCH https://api.getpostman.com/apis/{{apiId}}/versions/{{apiVersionId}}/releases/{{releaseId}}
This call updates an existing release in the specified API Version. The request body should contain a Response contains a Requires API Key as release
object which can have the following fields:name Optional.
Name of the Releasesummary Optional.
Summary of the releasedescription Optional.
Description of the releasevisibility Optional.
Value can be either private
or public
gitTag Optional
This should be a valid Git tag in the repository connected with the API versionrelease
object with all the details related to the updated release, namely, id
, name
, summary
, description
, visbility
and gitTag
.
X-Api-Key
request header or apikey
URL query parameter.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status
ENDPOINTS