PATCH /v1/services/messagingServices/{id}
Update a Messaging Service
Update messaging service properties using JSON Patch
PATCH
PATCH /v1/services/messagingServices/{id}
Update a Messaging Service
Update a messaging service’s properties using JSON Merge Patch. You can update by ID or by fully qualified name.Update by ID
UUID of the messaging service to update.
Update by Name
UsePATCH /v1/services/messagingServices/name/{fqn} to update by fully qualified name.
Fully qualified name of the messaging service (e.g.,
sample_kafka).Body Parameters
Send a JSON object with the fields to update. Only provided fields are changed.Updated description in Markdown format.
Updated display name.
Updated connection configuration.
Updated list of owner references.
Updated classification tags.
Updated domain FQN.
PATCH /v1/services/messagingServices/{id}
Returns
Returns the updated messaging service object with the new version number.Response
Unique identifier for the messaging service (UUID format).
Messaging service name.
Fully qualified name of the service.
Updated description.
Incremented version number.