REST API return incorrect data
Open
Nobody has claimed this yet.
API
bug
- Dominant language
- Python
- Stars
- 6.5k
- Forks
- 787
- PR merge metrics
- No merged PRs in 30d
Description
StackStorm version st2 3.6.0, on Python 3.6.9
Endpoint GET /api/v1/actions returns actions with parameters but some parameters are missing or incomplete.
Examples:
- action
HTTPfromcorepackage in parameters that return the API endpoint doesn't haveurlparameter which is required. - action
announcementfromcorepackage doesn't have all data for parameters (eg. type). Look at the pictures
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing GET /api/v1/actions on StackStorm 3.6.0 and compare the returned parameter metadata for the core HTTP and announcement actions with their expected definitions. Done means the HTTP action includes its required url parameter and announcement includes complete parameter data such as type.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100