EndpointService
Update an endpoint
Updates mutable endpoint fields such as its endpoint string, visibility, or deployment traffic split. Use updateMask to select fields explicitly and etag in the request body for optimistic concurrency.
patch/projects/{projectId}/endpoints/{id}
Path parameters
projectIdstring required
Project identifier.
idstring required
Endpoint identifier.
Query parameters
updateMaskstring
Fields to update. If not set, the fields populated are updated.
Request body
Response
OK
Changes
Changed in 2 of the 14 revisions of this API.11
- ●
added the new
ENDPOINT_TYPE_RESERVEDenum value to theendpointTyperesponse property for the response status200response-property-enum-value-added
- ●
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○