forked from ScoDoc/DocScoDoc
36 lines
404 B
Markdown
36 lines
404 B
Markdown
|
### assiduite_edit
|
||
|
|
||
|
#### POST /assiduite/1/edit
|
||
|
> `Content-Type: application/json`
|
||
|
>
|
||
|
> `{"etat": "retard","moduleimpl_id":3}`
|
||
|
|
||
|
```json
|
||
|
{
|
||
|
"OK": true
|
||
|
}
|
||
|
```
|
||
|
|
||
|
#### POST /assiduite/1/edit
|
||
|
> `Content-Type: application/json`
|
||
|
>
|
||
|
> `{"etat":"absent"}`
|
||
|
|
||
|
```json
|
||
|
{
|
||
|
"OK": true
|
||
|
}
|
||
|
```
|
||
|
|
||
|
#### POST /assiduite/1/edit
|
||
|
> `Content-Type: application/json`
|
||
|
>
|
||
|
> `{"moduleimpl_id":2}`
|
||
|
|
||
|
```json
|
||
|
{
|
||
|
"OK": true
|
||
|
}
|
||
|
```
|
||
|
|