diff --git a/docs/index.html b/docs/index.html index be757c95..0242029c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1297,7 +1297,7 @@ " class="sc-eeDSqt sc-eBMFzZ bSgSrX cWARBq sc-dCFGXG gKOXES">

Forbidden

Request samples

Content type
application/json
{
  • "keyword": "string",
  • "profession": "string",
  • "specialties": "string",
  • "location": {
    },
  • "days": [
    ]
}

Response samples

Content type
application/json
{
  • "success": true,
  • "payload": {
    }
}

GET Get all users grouped by professions

Request samples

Content type
application/json
{
  • "keyword": "string",
  • "profession": "string",
  • "specialties": "string",
  • "location": {
    },
  • "days": [
    ]
}

Response samples

Content type
application/json
{
  • "success": true,
  • "payload": {
    }
}

GET Get all users grouped by professions

This endpoint get all users group by professions

query Parameters
limit
string

limit items (default 5)

@@ -1315,7 +1315,7 @@ " class="sc-eeDSqt sc-eBMFzZ bSgSrX cWARBq sc-dCFGXG gKOXES">

Not found

Response samples

Content type
application/json
{
  • "success": true,
  • "payload": [
    ]
}