Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue Report: /en-us/data-provider/openapi #346

Open
nachinius opened this issue Jan 28, 2025 · 2 comments
Open

Issue Report: /en-us/data-provider/openapi #346

nachinius opened this issue Jan 28, 2025 · 2 comments
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@nachinius
Copy link

nachinius commented Jan 28, 2025

Describe the bug
On Record management, User deletion, there is a discrepancy between the request body schema and the example. Anyways, none of the body request work with the real service. The field in question is users[].userId.idType which in the example is users[].userId.type (without the id).

URL of the content
here

Screenshots
Image

@nachinius nachinius added bug Something isn't working documentation Improvements or additions to documentation labels Jan 28, 2025
@nachinius
Copy link
Author

There is an extra discrepancy, the example has users[].userId as array, where the schema says that users[].userId is an object

@nachinius
Copy link
Author

The documentation should be adapted with:
The solution from support

  • add "operation":"DELETE" into the base object
  • change the field name id to value
  • remove array from userId object

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant