Skip to content

Issue 38 feat implement api for user update#40

Merged
tomasspi merged 11 commits intomasterfrom
issue-38-feat_implement_API_for_user_update
Aug 16, 2021
Merged

Issue 38 feat implement api for user update#40
tomasspi merged 11 commits intomasterfrom
issue-38-feat_implement_API_for_user_update

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