DocScoDoc/docs/samples/sample_assiduite_edit.json.md
2023-07-28 11:30:28 +02:00

397 B

assiduite_edit

POST /assiduite/1/edit

Content-Type: application/json

{"moduleimpl_id":2}

{
  "OK": true
}

POST /assiduite/1/edit

Content-Type: application/json

{"etat": "retard","moduleimpl_id":3}

{
  "OK": true
}

POST /assiduite/1/edit

Content-Type: application/json

{"etat":"absent"}

{
  "OK": true
}