Claims (single claim) [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 claim 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. When updating alsKnownAs all existing values must also be provided. Implementations should raise an error if any of the existing values are missing (meaning deletion) as Ids in this field cannot be deleted once registered.
did:ishare:EU.NL.NTRNL-12345678The id of the claim that must be updated.
5ffb4bb9-2020-4045-a922-3bd84e78f709Schema for partial updates to a claim. This flexible schema allows updating any claim property by using a key-value structure. The key represents the property path within the claim, and the value is the new value to set. For nested properties, use dot notation (e.g., "frameworkRole.roleId"). The claim type, registrarId and ID cannot be changed through this operation. Common claim properties that can be updated: - status: Claim status (active, inactive, suspended, revoked) - validFrom: ISO 8601 date-time when claim becomes valid - validUntil: ISO 8601 date-time when claim expires Type-specific properties can also be updated using the appropriate property paths. Note that claims cannot be deleted, but instead the status can be set to revoked or inactive. Because the claimId must be provided in the URL, only the properties of that specific claim may be updated in one request.
OK
Bad Request - Invalid input data
Not Found - Party or claim not found
Internal Server Error
Request model
Example request
Response model
Example response
Last updated