-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Passing ServiceProviderConfig to the serialization and validation context would allow to check for additional things.
For example:
- if
changePasswordis not supported by a server, then it could raise aValidationErrorwhen used in aRESOURCE_REPLACEMENT_QUERY_CONTEXTfor instance. - if
etagis not supported, then response contexts should reject payloads containing etags. - if
filterorsortare not supported, then they should not be passed when buildingSearchRequestobjects.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request