PATCH /v1/apiEndpoints/{id}
Update an API Endpoint
Update API endpoint properties using JSON Patch
PATCH
PATCH /v1/apiEndpoints/{id}
Update an API Endpoint
Update an API endpoint’s properties using JSON Merge Patch. You can update by ID or by fully qualified name.Update by ID
string
required
UUID of the API endpoint to update.
Update by Name
UsePATCH /v1/apiEndpoints/name/{fqn} to update by fully qualified name.
string
required
Fully qualified name of the API endpoint (e.g.,
sample_api_service.pet.addPet).Body Parameters
Send a JSON object with the fields to update. Only provided fields are changed.string
Updated description in Markdown format.
string
Updated display name.
string
Updated URL for the API endpoint.
string
Updated HTTP request method:
GET, POST, PUT, PATCH, or DELETE.object
Updated request body schema.
object
Updated response body schema.
array
Updated list of owner references.
array
Updated classification tags.
string
Updated domain FQN.
object
Updated custom property values.
PATCH /v1/apiEndpoints/{id}
Returns
Returns the updated API endpoint object with the new version number.Response
string
Unique identifier for the API endpoint (UUID format).
string
API endpoint name.
string
Fully qualified name in format
service.collection.endpointName.string
Updated description.
number
Incremented version number.