Replies: 1 comment
-
For visibility - this isn't currently on the roadmap. I'll convert this to a discussion so we can poll the broader community and gauge interest. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What product do you want to improve?
Codecov API
Is your feature request related to a problem? Please describe.
Customer request
Describe the solution you'd like
Ability to "PATCH" a User record by sending something like username and maybe org. name to a new /user endpoint and additionally sending activate/deactivate switch as 1 or 0.
The API should respond with the number of records successfully updated (ex: 1 user record updated successfully, or a return an error (ex: error updating user
<username>
.<error message with details>
).Beta Was this translation helpful? Give feedback.
All reactions