{ "opencollection": "1.0.0", "info": { "name": "Fixxbook.Bearer.Api.V1 AfterHours Training API", "version": "bearer.v1" }, "items": [ { "info": { "name": "Training", "type": "folder" }, "items": [ { "info": { "name": "Processes a training status update request and records the completion status.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/training/status" }, "docs": "This method expects a POST request containing a training status payload in the\r\n request body. The request must include valid provider account information and training completion details.\r\n Authentication is required to access this endpoint." } ] } ], "bundled": true }