Document issue type
Type/Bug (Report inaccuracies, outdated information, or missing details in the existing content)
Description
The search context URL has been mentioned as below in the document [1] which is with a $ sign before filter. This result in syntax error.
https://{host}:{port}/t/{tenant-domain}/api/identity/config-mgt/v1.0/search?$filter={search-query}
Correct One:
https://{host}:{port}/t/{tenant-domain}/api/identity/config-mgt/v1.0/search?filter={search-query}
[1] - https://is.docs.wso2.com/en/latest/apis/retrieve-tenant-resources-based-on-search-parameters/
Version
IS 7.2.0
Document issue type
Type/Bug (Report inaccuracies, outdated information, or missing details in the existing content)
Description
The search context URL has been mentioned as below in the document [1] which is with a $ sign before filter. This result in syntax error.
https://{host}:{port}/t/{tenant-domain}/api/identity/config-mgt/v1.0/search?$filter={search-query}
Correct One:
https://{host}:{port}/t/{tenant-domain}/api/identity/config-mgt/v1.0/search?filter={search-query}
[1] - https://is.docs.wso2.com/en/latest/apis/retrieve-tenant-resources-based-on-search-parameters/
Version
IS 7.2.0