a remove_user http verb ?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 598
- Forks
- 168
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 86
Description
Hello,
I try to remove a user from a group by restapi. According to the doc , it needs groups_user_href
Thanks to ggainey 's help,(details of my question) , I know now it is constructed by one part of user-href after the API ROOT appended to the group-href
Eg:
user_href => /pulp/api/v3/users/2/
group_href => /pulp/api/v3/groups/1/
then
groups_user_href => /pulp/api/v3/groups/1/users/2/
I am not sure if my demand to add groups_user_href info is suitable or not, because maybe some usecase needs user_href when doing groups:users/list users query
Or maybe can add explanation/example in the doc to explain how to constructed groups_user_href?
thanks
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 with the linked Groups: Users DELETE and list-users REST API documentation. Check how groups_user_href is described and whether the example construction from a user href and group href is clear; done means the documentation explains the value and its relationship to user_href without ambiguity.
Written by the indexing model from the issue text.
Assessment
- Domain
- api, documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100