influxdata / influxdata/docs-v2
Remove org and orgID *required* parameters
- Dominant language
- JavaScript
- Stars
- 82
- Forks
- 326
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 82
Description
For at least /api/v2/write and /api/v2/delete endpoints, `?org` and `?orgID` are no longer required. Target organization is obtained from the token or user account (for sessions) passed in the request.
However, if invalid values are passed they'll cause the request to fail.
##### Relevant URLs
See discussion in https://influxdata.slack.com/archives/CH0P50UE9/p1651078954667279
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the documentation for the /api/v2/write and /api/v2/delete endpoints and review how the org and orgID parameters are described. Update the relevant endpoint documentation to show that these parameters are optional, while invalid supplied values still fail requests; done means the documented behavior matches the issue.
Written by the indexing model from the issue text.
Assessment
- Domain
- api, documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100