Update an API version

PUT https://api.getpostman.com/apis/{{apiId}}/versions/{{apiVersionId}}

This endpoint is deprecated in Qodex v10 and higher.

Updates an API version. Include the following request body properties in the version object:

  • name — A string that contains the API version's name.

Request Body

{"version"=>{"name"=>"{{apiVersionName}}"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"version":{"createdAt":"2022-08-02T13:28:05.000Z","updatedAt":"2022-08-02T13:35:32.000Z","id":"a9879d02-74bf-425a-bbec-6d27aa135507","name":"v1.0","summary":null,"stage":"Planning","visibility":"public","createdBy":"12345678","updatedBy":"12345678","api":"387c2863-6ee3-4a56-8210-225f774edade"}}