UpdateApi can be used to modify a specified API.
patch/v1/projects/{project}/apis/{api}
Path parameters
projectstring required
The project id.
apistring required
The api id.
Query parameters
update_maskstring
The list of fields to be updated. If omitted, all fields are updated that are set in the request message (fields set to default values are ignored). If a "*" is specified, all fields are updated, including fields that are unspecified/default in the request.
Request body
Response
OK