We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, the OpenAPI index POST tab has the example request body indicating that one can set the ID field when creating the index.
{ "Fields": [ { "Descending": true, "Name": "string" } ], "ID": 4294967295, "Name": "string", "Unique": true }
However, this field is set automatically by the system and will return a non-zero index ID provided. error if we try to set it.
non-zero index ID provided.
Let ensure that the example request body shows only valid fields.
The text was updated successfully, but these errors were encountered:
be3f381
ChrisBQu
Successfully merging a pull request may close this issue.
Currently, the OpenAPI index POST tab has the example request body indicating that one can set the ID field when creating the index.
However, this field is set automatically by the system and will return a
non-zero index ID provided.
error if we try to set it.Let ensure that the example request body shows only valid fields.
The text was updated successfully, but these errors were encountered: