POST https://api.getpostman.com/apis/{{apiId}}/versions/{{apiVersionId}}/releases
This call creates a new release in the specified API. The request body should contain a Response contains a Requires API Key as release
object which should have fields:name Required.
Name of the Releasesummary Optional.
Summary of the releasedescription Optional.
Description of the releasevisibility Required.
Value can be 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 created 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