Skip to main content
POST
/
services
/
{serviceId}
/
update
Update a service from its stored registry
curl --request POST \
  --url http://localhost:9371/services/{serviceId}/update
{
  "id": "<string>",
  "updated": true
}

Path Parameters

serviceId
string
required

Service identifier matching the installed manifest id.

Minimum string length: 1

Response

Update result for the requested service.

Response returned by the service update endpoint.

id
string
required

Identifier of the service that was checked for updates.

Minimum string length: 1
updated
boolean
required

Acknowledges that the update request was processed successfully.

Last modified on July 4, 2026