DocScoDoc/docs/samples/sample_assiduite_edit.json.md

38 lines
397 B
Markdown
Raw Normal View History

### assiduite_edit
#### POST /assiduite/1/edit
2023-07-28 11:30:28 +02:00
> `Content-Type: application/json`
2023-07-28 11:30:28 +02:00
>
> `{"moduleimpl_id":2}`
```json
{
2023-07-28 11:30:28 +02:00
"OK": true
}
```
#### POST /assiduite/1/edit
2023-07-28 11:30:28 +02:00
> `Content-Type: application/json`
2023-07-28 11:30:28 +02:00
>
> `{"etat": "retard","moduleimpl_id":3}`
```json
{
2023-07-28 11:30:28 +02:00
"OK": true
}
```
#### POST /assiduite/1/edit
2023-07-28 11:30:28 +02:00
> `Content-Type: application/json`
2023-07-28 11:30:28 +02:00
>
> `{"etat":"absent"}`
```json
{
2023-07-28 11:30:28 +02:00
"OK": true
}
```