Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

[Improvement]: Specify that Boolean arguments must be sent as Strings #696

Open
gerryfletch opened this issue Apr 12, 2023 · 0 comments
Open
Assignees

Comments

@gerryfletch
Copy link

What can we improve?

Specify that boolean arguments must be sent as strings.

  • My expectation was to be able to use raw boolean values, e.g "ignore_invalid_id": true. Possibly this is a bug rather than unspecified documentation.
HTTP 400: Bad Request (ignore_invalid_id can only be 'True' or 'False')

Which page needs an update?

| `ignore_invalid_id` | When `true`, the job ignores invalid user IDs. Invalid user IDs are users that don't exist in the project. |
| `delete_from_org` | Delete user from the entire org instead of a single project. This feature is available in orgs with the Portfolio feature enabled. Requests must be by `user_ids`. Values can be either `True` or `False`. Defaults to `False`. |
| `include_mapped_user_ids` | When `true`, each valid `user_id` from `user_ids` is included in a corresponding object of `amplitude_ids` response array. |

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants