Last active
November 8, 2022 09:44
-
-
Save fwartner/ed1383931a6975b21de88520731371e4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"swagger": "2.0", | |
"info": { | |
"title": "Untitled Paw Document", | |
"version": "v0.0.0" | |
}, | |
"host": "cloudsieb.timetrackenterprise.com", | |
"schemes": [ | |
"https" | |
], | |
"basePath": "/", | |
"paths": { | |
"/api/v2/ext/timers/attendance_timer/start": { | |
"post": { | |
"summary": "Request", | |
"description": "", | |
"operationId": "89ee81c3-a066-4d3b-a181-67b62746e2ea", | |
"consumes": [ | |
"application/x-www-form-urlencoded" | |
], | |
"parameters": [ | |
{ | |
"type": "string", | |
"default": "null", | |
"name": "X-TimeTrack-Api-Secret", | |
"required": false, | |
"in": "header" | |
}, | |
{ | |
"type": "string", | |
"default": "null", | |
"name": "X-TimeTrack-Api-Key", | |
"required": false, | |
"in": "header" | |
}, | |
{ | |
"type": "string", | |
"default": "null", | |
"name": "username", | |
"required": false, | |
"in": "formData" | |
}, | |
{ | |
"type": "string", | |
"default": "null", | |
"name": "clientName", | |
"required": false, | |
"in": "formData" | |
}, | |
{ | |
"type": "string", | |
"default": "null", | |
"name": "projectName", | |
"required": false, | |
"in": "formData" | |
}, | |
{ | |
"type": "string", | |
"default": "2022-11-08T09:40:56Z", | |
"name": "date", | |
"required": true, | |
"in": "formData" | |
} | |
], | |
"responses": { | |
"default": { | |
"description": "no response description was provided for this operation" | |
} | |
} | |
} | |
} | |
}, | |
"tags": [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment