Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost/mogl/mogl-backend/api/agreementStatusChange \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "job_id": 1, "name": "Jane Partner" } '
Accept the agreement for a job. Requires the signer name. Status is set internally.
JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.
Job ID
1
Signer name for the agreement
"Jane Partner"
Agreement accepted