Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 38 feat implement api for user update #40

Merged
merged 11 commits into from
Aug 16, 2021

Conversation

navarrosebastian95
Copy link
Member

Closes #38

Mediante PUT a /api/users se puede actualizar los campos de algun usuario. Restan hacer todos los test unitarios para validar que no se escapa ninguna condición de validación o bug en general.

{
    "id": 0,
    "username": "",
    "password": "",
    "fullname": "",
    "cuil": "",
    "email": "",
    "privileges": [""]
}

@navarrosebastian95 navarrosebastian95 added the enhancement New feature or request label Aug 15, 2021
@navarrosebastian95 navarrosebastian95 added this to the API usuarios/roles milestone Aug 15, 2021
@navarrosebastian95 navarrosebastian95 self-assigned this Aug 15, 2021
@tomasspi
Copy link
Contributor

Después de un ratito de negar, andóse! ya no deberíamos volver a tener problemas con el CI. 🤙🏿

@tomasspi
Copy link
Contributor

Este issue fue el que me ayudó: actions/checkout#124

@tomasspi tomasspi merged commit b3225c5 into master Aug 16, 2021
@tomasspi tomasspi deleted the issue-38-feat_implement_API_for_user_update branch August 16, 2021 02:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: implement API for user update
3 participants