„api v1 intervention get_de“ ändern

Michel Peltriaux 2022-01-28 14:18:37 +01:00
parent 84b12f9bd9
commit bd0d9b444c

@ -3,10 +3,7 @@
#### GET alle #### GET alle
`/api/v1/intervention` `/api/v1/intervention`
**Beispiel Response:** ##### Beispiel Response
<details>
<summary>Aufklappen</summary>
```json ```json
{ {
"bd7673cb-aac1-42ba-9521-4e8143a82bb3": { "bd7673cb-aac1-42ba-9521-4e8143a82bb3": {
@ -175,17 +172,12 @@
} }
``` ```
</details>
#### GET einzeln #### GET einzeln
`/api/v1/intervention/<uuid>` `/api/v1/intervention/<uuid>`
**Beispiel Response:** ##### Beispiel Response
<details>
<summary>Aufklappen</summary>
```json ```json
{ {
"97d7cce8-83e9-4043-bc76-317caf983a41": { "97d7cce8-83e9-4043-bc76-317caf983a41": {
@ -319,5 +311,4 @@
} }
} }
} }
``` ```
</details>