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

Implementar HTTP DELETE/plants/{id} #7

Open
mdelapenya opened this issue Sep 7, 2019 · 0 comments · May be fixed by #21
Open

Implementar HTTP DELETE/plants/{id} #7

mdelapenya opened this issue Sep 7, 2019 · 0 comments · May be fixed by #21
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@mdelapenya
Copy link
Member

mdelapenya commented Sep 7, 2019

Este endpoint borrará una planta en el almacenamiento primario, en este caso Elasticsearch, identificada por su clave primaria, o id.

Una respuesta con éxito DEBERÍA ser un 200 (Accepted) si el recurso ha sido encolado para su borrado (operación asíncrona), o 200 (OK) / 204 (No Content) si el recurso ha sido borrado permanentemente (operación síncrona).

@mdelapenya mdelapenya added enhancement New feature or request good first issue Good for newcomers labels Sep 7, 2019
@javierlopezdeancos javierlopezdeancos self-assigned this Sep 7, 2019
@mdelapenya mdelapenya mentioned this issue Sep 9, 2019
3 tasks
javierlopezdeancos added a commit to javierlopezdeancos/linneo that referenced this issue Sep 10, 2019
javierlopezdeancos added a commit to javierlopezdeancos/linneo that referenced this issue Oct 29, 2019
javierlopezdeancos added a commit to javierlopezdeancos/linneo that referenced this issue Oct 29, 2019
javierlopezdeancos added a commit to javierlopezdeancos/linneo that referenced this issue Oct 29, 2019
javierlopezdeancos added a commit to javierlopezdeancos/linneo that referenced this issue Oct 29, 2019
javierlopezdeancos added a commit to javierlopezdeancos/linneo that referenced this issue Oct 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants