Parties (single party) [PATCH]
OAuth 2.0 authorization based on bearer token. MUST contain “Bearer “ + access token value. Must be provided if restricted endpoints are needed.
The id of the party whose record must be updated. Can be anyone of the party id from id or alsoKnownAs attributes of that participant. Since all participants are automatically allocated the derived ishare did, that id is always an option to search for a participant.
did:ishare:EU.NL.NTRNL-12345678Schema for partial updates to a party. All fields are optional. Only provided fields will be updated. The ID cannot be updated.
Name of the party.
Example CorporationArray of registered party ids of the party with which the party is also identified. Optional, because a party could be identified with only its did:ishare (in the 'id' property).
["did:ishare:EU.NL.NTRNL-12345678","did:ebsi:LEIXG-724500AZSGBRY55MNS59","did:web:example.com","CoC:123456789"]OK
Bad Request - Invalid input data
Not Found - Party not found
Internal Server Error
Request model
Example request
Response model
Example response
Last updated