Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core/endpoint: Get choices from PUT if POST missing
If the API token is not allowed to POST on a particular endpoint, choices won't be returned in `.actions.POST`, but we can still get them in `.actions.PUT`. This commit falls back to getting choices from `.actions.PUT` instead of raising an exception when `.actions.POST` is missing.
- Loading branch information