[CXH-2017] - Fix user_type description to match Retool API enum#38
Merged
sergiocorral-conductorone merged 2 commits intoJul 14, 2026
Conversation
The description incorrectly listed "endUser" as a valid user_type value. Retool's API rejects "endUser" with HTTP 400; the accepted values are "default", "mobile", and "embed". Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Connector PR Review: [CXH-2017] - Fix user_type description to match Retool API enumBlocking Issues: 0 | Suggestions: 1 | Threads Resolved: 0 Review Summary Security Issues Correctness Issues Suggestions
Prompt for AI agents |
agustin-conductor
approved these changes
Jul 13, 2026
Return InvalidArgument early if user_type isn't "", "default", "mobile", or "embed" instead of letting the Retool API reject it with a 400, and document the allowed values in the README. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
agustin-conductor
approved these changes
Jul 14, 2026
luisina-santos
approved these changes
Jul 14, 2026
btipling
approved these changes
Jul 14, 2026
sergiocorral-conductorone
deleted the
sergiocorral/cxh-2017-baton-retool-account-creation-form-suggests-user_type
branch
July 14, 2026 16:02
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
user_typefield description in the account-creation provisioning schema"endUser"as a valid value, but the Retool API rejects it with HTTP 400default,mobile,embedFixes CXH-2017
🤖 Generated with Claude Code