Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions EasyWeek-Partner-API.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1301,7 +1301,15 @@
],
"description": "Show all available date slots for user and service."
},
"parameters": []
"parameters": [
{
"type": "string",
"name": "companySlug",
"in": "path",
"required": true,
"description": "The slug of the main company in EasyWeek."
}
]
},
"/bookings/company/{companySlug}/book": {
"parameters": [
Expand Down Expand Up @@ -1414,7 +1422,7 @@
]
}
},
"bookings/{hashid}": {
"/bookings/{hashid}": {
"parameters": [
{
"type": "string",
Expand Down