This end-point saves max count for resources
You can limit the maximum reservations/bookings the resource can have for the given purpose in given time frame.
ApiScope: manage.calendar.write
API Scope Level: ServiceSubscriberScope
application/json
Request Body required
maxCountMap object
Responses
- 200
- 400
- 401
- 403
- 500
OK
application/json
application/x-protobuf
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
constraintMap object
failuresMap object
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string",
"constraintMap": {},
"failuresMap": {}
}
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
constraintMap object
failuresMap object
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string",
"constraintMap": {},
"failuresMap": {}
}
Bad Request
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
Unauthorized
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
Forbidden
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
Internal Server Error
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
PUT /v2/calendar/max-count
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X PUT '/manage/v2/calendar/max-count' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"maxCountMap": {}
}'
python / requests
curl -L -X PUT '/manage/v2/calendar/max-count' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"maxCountMap": {}
}'
go / native
curl -L -X PUT '/manage/v2/calendar/max-count' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"maxCountMap": {}
}'
nodejs / axios
curl -L -X PUT '/manage/v2/calendar/max-count' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"maxCountMap": {}
}'
ruby / Net::HTTP
curl -L -X PUT '/manage/v2/calendar/max-count' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"maxCountMap": {}
}'
csharp / RestSharp
curl -L -X PUT '/manage/v2/calendar/max-count' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"maxCountMap": {}
}'
php / cURL
curl -L -X PUT '/manage/v2/calendar/max-count' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"maxCountMap": {}
}'
java / OkHttp
curl -L -X PUT '/manage/v2/calendar/max-count' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"maxCountMap": {}
}'
powershell / RestMethod
curl -L -X PUT '/manage/v2/calendar/max-count' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"maxCountMap": {}
}'