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
id
An id field is required when creating an onboarding prompt. The only way to create a new prompt is to pass a nonexistent snowflake in the id field.
curl -L -X PUT "https://discord.com/api/v10/guilds/guild_id/onboarding" -H "Content-Type: application/json" -H "Authorization: Bot Token" -d "{\"prompts\":[{\"title\":\"Title\",\"options\":[{\"title\":\"Title\",\"role_ids\":[\"role_id\"]}]}]}"
The id field is not required or is nullable
The id field is required and non nullable
No response
The text was updated successfully, but these errors were encountered:
Has this been patched? I am still encountering this issue.
Sorry, something went wrong.
Any updates on this?
No branches or pull requests
Description
An
id
field is required when creating an onboarding prompt. The only way to create a new prompt is to pass a nonexistent snowflake in theid
field.Steps to Reproduce
Expected Behavior
The
id
field is not required or is nullableCurrent Behavior
The
id
field is required and non nullableScreenshots/Videos
No response
Client and System Information
No response
The text was updated successfully, but these errors were encountered: