v1

latestOpenAPI 3.0.32026-07-13351892.0 KB
Registry

ListApiSpecRevisions lists all revisions of a spec. Revisions are returned in descending order of revision creation time.

get/v1/projects/{project}/locations/{location}/apis/{api}/versions/{version}/specs/{spec}:listRevisions

Path parameters

projectstring required

The project id.

locationstring required

The location id.

apistring required

The api id.

versionstring required

The version id.

specstring required

The spec id.

Query parameters

pageSizeinteger

The maximum number of revisions to return per page.

pageTokenstring

The page token, received from a previous ListApiSpecRevisions call. Provide this to retrieve the subsequent page.

Response

OK

nextPageTokenstring

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.