Services
Update a DID service
Follows JSON Merge Patch semantics: absent fields are ignored, and explicitly setting a field to null removes it.
patch/identifiers/{did}/services/{serviceId}
Parameters
./common-components.yml#/components/parameters/CorrelationId — unresolved $ref
Request body
Example request
{
"serviceEndpoint": "https://example.com/updated"
}Response
DID service updated successfully.
DidDocumentService required— unresolved $ref