{"openapi":"3.0.0","info":{"title":"Myoss API","description":"","version":"0.0.1-beta"},"servers":[{"url":"\/","description":""}],"paths":{"\/api\/addresses":{"get":{"operationId":"getAddressCollection","tags":["Address"],"responses":{"200":{"description":"Address collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Address.AddressListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Address.AddressListOutput"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Address.AddressListOutput"}}}}}},"summary":"Retrieves the collection of Address resources.","description":"Retrieves the collection of Address resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postAddressCollection","tags":["Address"],"responses":{"201":{"description":"Address resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressDetailsOutput"}}},"links":{"GetAddressItem":{"operationId":"getAddressItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/addresses\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Address resource.","description":"Creates a Address resource.","parameters":[],"requestBody":{"description":"The new Address resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressPostInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/addresses\/{id}":{"get":{"operationId":"getAddressItem","tags":["Address"],"responses":{"200":{"description":"Address resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Address resource.","description":"Retrieves a Address resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putAddressItem","tags":["Address"],"responses":{"200":{"description":"Address resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressDetailsOutput"}}},"links":{"GetAddressItem":{"operationId":"getAddressItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/addresses\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Address resource.","description":"Replaces the Address resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Address resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressPutInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteAddressItem","tags":["Address"],"responses":{"204":{"description":"Address resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Address resource.","description":"Removes the Address resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/auth\/email\/check-code":{"ref":"emailCheckCodeItem","post":{"operationId":"emailCheckCodeItem","tags":["Token"],"responses":{"200":{"description":"Get JWT token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Token"}}}}},"summary":"Get JWT token for first connect with email and check code.","description":"Get JWT token for first connect with email and check code.","parameters":[],"requestBody":{"description":"Create JWT Token and email validate","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/emailCheckCode"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/auth\/email\/resend-code":{"ref":"Refresh JWT Token","post":{"operationId":"emailResendCode","tags":["Token"],"responses":{"200":{"description":"Get JWT token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Token"}}}}},"summary":"Resend Code email check","description":"Resend Code email check","parameters":[],"requestBody":{"description":"Resend Code","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/emailResendCode"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/auth\/refresh":{"ref":"Refresh JWT Token","post":{"operationId":"adminRefreshToken","tags":["Token"],"responses":{"200":{"description":"Get JWT token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Token"}}}}},"summary":"Refresh JWT token to admin login.","description":"Refresh JWT token to admin login.","parameters":[],"requestBody":{"description":"Refresh JWT Token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/RefeshToken"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/auth\/reinit-password\/request":{"ref":"reinitPasswordRequest","post":{"operationId":"reinitPasswordRequest","tags":["Token"],"responses":{"200":{"description":"Get JWT token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Token"}}}}},"summary":"Get JWT token for reinit password","description":"Get JWT token for reinit password","parameters":[],"requestBody":{"description":"Get JWT token for reinit password.","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/reinitPasswordRequest"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/auth\/reinit-password\/validate":{"ref":"reinitPasswordValidate","post":{"operationId":"reinitPasswordValidate","tags":["Token"],"responses":{"200":{"description":"Get JWT token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Token"}}}}},"summary":"Get JWT token after reinit password.","description":"Get JWT token after reinit password.","parameters":[],"requestBody":{"description":"Get JWT token after reinit password.","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/reinitPasswordValidate"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/auth\/token":{"ref":"JWT Token","post":{"operationId":"adminPostCredentialsItem","tags":["Token"],"responses":{"200":{"description":"Get JWT token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Token"}}}}},"summary":"Get JWT token to admin login.","description":"Get JWT token to admin login.","parameters":[],"requestBody":{"description":"Generate new JWT Token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Credentials"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/billing-statuses":{"get":{"operationId":"getBillingStatusCollection","tags":["BillingStatus"],"responses":{"200":{"description":"BillingStatus collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BillingStatus.BillingStatusListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BillingStatus.BillingStatusListOutput"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BillingStatus.BillingStatusListOutput"}}}}}},"summary":"Retrieves the collection of BillingStatus resources.","description":"Retrieves the collection of BillingStatus resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postBillingStatusCollection","tags":["BillingStatus"],"responses":{"201":{"description":"BillingStatus resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BillingStatus.BillingStatusDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BillingStatus.BillingStatusDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/BillingStatus.BillingStatusDetailsOutput"}}},"links":{"GetBillingStatusItem":{"operationId":"getBillingStatusItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/billing-statuses\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a BillingStatus resource.","description":"Creates a BillingStatus resource.","parameters":[],"requestBody":{"description":"The new BillingStatus resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BillingStatus.BillingStatusPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BillingStatus.BillingStatusPostInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/BillingStatus.BillingStatusPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/billing-statuses\/{id}":{"get":{"operationId":"getBillingStatusItem","tags":["BillingStatus"],"responses":{"200":{"description":"BillingStatus resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BillingStatus.BillingStatusDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BillingStatus.BillingStatusDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/BillingStatus.BillingStatusDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a BillingStatus resource.","description":"Retrieves a BillingStatus resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putBillingStatusItem","tags":["BillingStatus"],"responses":{"200":{"description":"BillingStatus resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BillingStatus.BillingStatusDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BillingStatus.BillingStatusDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/BillingStatus.BillingStatusDetailsOutput"}}},"links":{"GetBillingStatusItem":{"operationId":"getBillingStatusItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/billing-statuses\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the BillingStatus resource.","description":"Replaces the BillingStatus resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated BillingStatus resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BillingStatus.BillingStatusPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BillingStatus.BillingStatusPutInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/BillingStatus.BillingStatusPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteBillingStatusItem","tags":["BillingStatus"],"responses":{"204":{"description":"BillingStatus resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the BillingStatus resource.","description":"Removes the BillingStatus resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/billings":{"get":{"operationId":"getBillingCollection","tags":["Billing"],"responses":{"200":{"description":"Billing collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Billing.BillingListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Billing.BillingListOutput"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Billing.BillingListOutput"}}}}}},"summary":"Retrieves the collection of Billing resources.","description":"Retrieves the collection of Billing resources.","parameters":[{"name":"documentType","in":"query","description":"the billing document type id","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"int"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postBillingCollection","tags":["Billing"],"responses":{"201":{"description":"Billing resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Billing.BillingDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Billing.BillingDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Billing.BillingDetailsOutput"}}},"links":{"GetBillingItem":{"operationId":"getBillingItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/billings\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Billing resource.","description":"Creates a Billing resource.","parameters":[],"requestBody":{"description":"The new Billing resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Billing.BillingPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Billing.BillingPostInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Billing.BillingPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/billings\/{id}":{"get":{"operationId":"getBillingItem","tags":["Billing"],"responses":{"200":{"description":"Billing resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Billing.BillingDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Billing.BillingDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Billing.BillingDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Billing resource.","description":"Retrieves a Billing resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putBillingItem","tags":["Billing"],"responses":{"200":{"description":"Billing resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Billing.BillingDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Billing.BillingDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Billing.BillingDetailsOutput"}}},"links":{"GetBillingItem":{"operationId":"getBillingItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/billings\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Billing resource.","description":"Replaces the Billing resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Billing resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Billing.BillingPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Billing.BillingPutInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Billing.BillingPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteBillingItem","tags":["Billing"],"responses":{"204":{"description":"Billing resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Billing resource.","description":"Removes the Billing resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/chapter-part-responses":{"get":{"operationId":"getChapterPartResponseCollection","tags":["ChapterPartResponse"],"responses":{"200":{"description":"ChapterPartResponse collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ChapterPartResponse.ChapterPartResponseListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ChapterPartResponse.ChapterPartResponseListOutput"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ChapterPartResponse.ChapterPartResponseListOutput"}}}}}},"summary":"Retrieves the collection of ChapterPartResponse resources.","description":"Retrieves the collection of ChapterPartResponse resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postChapterPartResponseCollection","tags":["ChapterPartResponse"],"responses":{"201":{"description":"ChapterPartResponse resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ChapterPartResponse.ChapterPartResponseDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ChapterPartResponse.ChapterPartResponseDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/ChapterPartResponse.ChapterPartResponseDetailsOutput"}}},"links":{"GetChapterPartResponseItem":{"operationId":"getChapterPartResponseItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/chapter-part-responses\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a ChapterPartResponse resource.","description":"Creates a ChapterPartResponse resource.","parameters":[],"requestBody":{"description":"The new ChapterPartResponse resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ChapterPartResponse.ChapterPartResponsePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ChapterPartResponse.ChapterPartResponsePostInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/ChapterPartResponse.ChapterPartResponsePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/chapter-part-responses\/{id}":{"get":{"operationId":"getChapterPartResponseItem","tags":["ChapterPartResponse"],"responses":{"200":{"description":"ChapterPartResponse resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ChapterPartResponse.ChapterPartResponseDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ChapterPartResponse.ChapterPartResponseDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/ChapterPartResponse.ChapterPartResponseDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ChapterPartResponse resource.","description":"Retrieves a ChapterPartResponse resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putChapterPartResponseItem","tags":["ChapterPartResponse"],"responses":{"200":{"description":"ChapterPartResponse resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ChapterPartResponse.ChapterPartResponseDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ChapterPartResponse.ChapterPartResponseDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/ChapterPartResponse.ChapterPartResponseDetailsOutput"}}},"links":{"GetChapterPartResponseItem":{"operationId":"getChapterPartResponseItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/chapter-part-responses\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ChapterPartResponse resource.","description":"Replaces the ChapterPartResponse resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated ChapterPartResponse resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ChapterPartResponse.ChapterPartResponsePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ChapterPartResponse.ChapterPartResponsePutInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/ChapterPartResponse.ChapterPartResponsePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteChapterPartResponseItem","tags":["ChapterPartResponse"],"responses":{"204":{"description":"ChapterPartResponse resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the ChapterPartResponse resource.","description":"Removes the ChapterPartResponse resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/chapter-parts":{"get":{"operationId":"getChapterPartCollection","tags":["ChapterPart"],"responses":{"200":{"description":"ChapterPart collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ChapterPart.ChapterPartListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ChapterPart.ChapterPartListOutput"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ChapterPart.ChapterPartListOutput"}}}}}},"summary":"Retrieves the collection of ChapterPart resources.","description":"Retrieves the collection of ChapterPart resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"post_createChapterPartCollection","tags":["ChapterPart"],"responses":{"201":{"description":"ChapterPart resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ChapterPart.ChapterPartDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ChapterPart.ChapterPartDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/ChapterPart.ChapterPartDetailsOutput"}}},"links":{"GetChapterPartItem":{"operationId":"getChapterPartItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/chapter-parts\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a chapter part with its data and possible file.","description":"Creates a ChapterPart resource.","parameters":[],"requestBody":{"description":"","content":{"multipart\/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary","required":false},"input":{"type":"object","properties":{"chapterId":{"type":"integer"},"type":{"type":"string"},"content":{"type":"object","nullable":true},"sequenceNumber":{"type":"integer"}}}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/chapter-parts\/{id}":{"get":{"operationId":"getChapterPartItem","tags":["ChapterPart"],"responses":{"200":{"description":"ChapterPart resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ChapterPart.ChapterPartDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ChapterPart.ChapterPartDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/ChapterPart.ChapterPartDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ChapterPart resource.","description":"Retrieves a ChapterPart resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putChapterPartItem","tags":["ChapterPart"],"responses":{"200":{"description":"ChapterPart resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ChapterPart.ChapterPartDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ChapterPart.ChapterPartDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/ChapterPart.ChapterPartDetailsOutput"}}},"links":{"GetChapterPartItem":{"operationId":"getChapterPartItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/chapter-parts\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates a chapter part with its data.","description":"Replaces the ChapterPart resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"multipart\/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary","required":false},"input":{"type":"object","properties":{"content":{"type":"object","nullable":true},"sequenceNumber":{"type":"integer"}}}}}}},"required":false},"deprecated":false},"delete":{"operationId":"deleteChapterPartItem","tags":["ChapterPart"],"responses":{"204":{"description":"ChapterPart resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the ChapterPart resource.","description":"Removes the ChapterPart resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/chapter-parts\/{id}\/reorder":{"put":{"operationId":"reorderChapterPartItem","tags":["ChapterPart"],"responses":{"200":{"description":"ChapterPart resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ChapterPart.ChapterPartDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ChapterPart.ChapterPartDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/ChapterPart.ChapterPartDetailsOutput"}}},"links":{"GetChapterPartItem":{"operationId":"getChapterPartItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/chapter-parts\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Reorders a part in a chapter.","description":"Reorders a part in a chapter.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated ChapterPart resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ChapterPart.ChapterPartReorderInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ChapterPart.ChapterPartReorderInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/ChapterPart.ChapterPartReorderInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/chapters":{"get":{"operationId":"getChapterCollection","tags":["Chapter"],"responses":{"200":{"description":"Chapter collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Chapter.ChapterListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Chapter.ChapterListOutput"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Chapter.ChapterListOutput"}}}}}},"summary":"Retrieves the collection of Chapter resources.","description":"Retrieves the collection of Chapter resources.","parameters":[{"name":"courseId","in":"query","description":"Filters chapters by course","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postChapterCollection","tags":["Chapter"],"responses":{"201":{"description":"Chapter resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Chapter.ChapterDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Chapter.ChapterDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Chapter.ChapterDetailsOutput"}}},"links":{"GetChapterItem":{"operationId":"getChapterItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/chapters\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Chapter resource.","description":"Creates a Chapter resource.","parameters":[],"requestBody":{"description":"The new Chapter resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Chapter.ChapterPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Chapter.ChapterPostInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Chapter.ChapterPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/chapters\/{chapterId}\/resources":{"get":{"operationId":"get_resourcesChapterPartCollection","tags":["ChapterPart"],"responses":{"200":{"description":"ChapterPart collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ChapterPart.ResourcesListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ChapterPart.ResourcesListOutput"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ChapterPart.ResourcesListOutput"}}}}}},"summary":"Retrieves the collection of ChapterPart resources.","description":"Retrieves the collection of ChapterPart resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/chapters\/{id}":{"get":{"operationId":"getChapterItem","tags":["Chapter"],"responses":{"200":{"description":"Chapter resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Chapter.ChapterDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Chapter.ChapterDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Chapter.ChapterDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Chapter resource.","description":"Retrieves a Chapter resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putChapterItem","tags":["Chapter"],"responses":{"200":{"description":"Chapter resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Chapter.ChapterDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Chapter.ChapterDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Chapter.ChapterDetailsOutput"}}},"links":{"GetChapterItem":{"operationId":"getChapterItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/chapters\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Chapter resource.","description":"Replaces the Chapter resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Chapter resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Chapter.ChapterPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Chapter.ChapterPutInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Chapter.ChapterPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteChapterItem","tags":["Chapter"],"responses":{"204":{"description":"Chapter resource deleted"},"404":{"description":"Resource not found"}},"summary":"Deletes a chapter.","description":"Deletes a chapter.","parameters":[{"name":"id","in":"path","description":"","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"folderId":{"type":"integer","required":true}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/chapters\/{id}\/displayable":{"get":{"operationId":"displayableChapterItem","tags":["Chapter"],"responses":{"200":{"description":"Chapter resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Chapter.ChapterDisplayableOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Chapter.ChapterDisplayableOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Chapter.ChapterDisplayableOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Gather all elements to display a chapter on screen.","description":"Gather all elements to display a chapter on screen.","parameters":[{"name":"id","in":"path","description":"","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false},{"name":"participation_id","in":"query","description":"ID of the participation to filter the resource","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/countries\/{id}":{"get":{"operationId":"getCountryItem","tags":["Country"],"responses":{"200":{"description":"Country resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Country"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Country"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Country"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Country resource.","description":"Retrieves a Country resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putCountryItem","tags":["Country"],"responses":{"200":{"description":"Country resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Country"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Country"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Country"}}},"links":{"GetCountryItem":{"operationId":"getCountryItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/countries\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Country resource.","description":"Replaces the Country resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Country resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Country"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Country"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Country"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteCountryItem","tags":["Country"],"responses":{"204":{"description":"Country resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Country resource.","description":"Removes the Country resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"patchCountryItem","tags":["Country"],"responses":{"200":{"description":"Country resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Country"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Country"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Country"}}},"links":{"GetCountryItem":{"operationId":"getCountryItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/countries\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the Country resource.","description":"Updates the Country resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Country resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Country"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/coupons":{"get":{"operationId":"getCouponCollection","tags":["Coupon"],"responses":{"200":{"description":"Coupon collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Coupon.CouponListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Coupon.CouponListOutput"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Coupon.CouponListOutput"}}}}}},"summary":"Retrieves the collection of Coupon resources.","description":"Retrieves the collection of Coupon resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postCouponCollection","tags":["Coupon"],"responses":{"201":{"description":"Coupon resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Coupon.CouponDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Coupon.CouponDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Coupon.CouponDetailsOutput"}}},"links":{"GetCouponItem":{"operationId":"getCouponItem","parameters":{"code":"$response.body#\/code"},"description":"The `code` value returned in the response can be used as the `code` parameter in `GET \/api\/coupons\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Coupon resource.","description":"Creates a Coupon resource.","parameters":[],"requestBody":{"description":"The new Coupon resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Coupon.CouponPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Coupon.CouponPostInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Coupon.CouponPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/coupons\/{id}":{"get":{"operationId":"getCouponItem","tags":["Coupon"],"responses":{"200":{"description":"Coupon resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Coupon.CouponDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Coupon.CouponDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Coupon.CouponDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Coupon resource.","description":"Retrieves a Coupon resource.","parameters":[{"name":"code","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putCouponItem","tags":["Coupon"],"responses":{"200":{"description":"Coupon resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Coupon.CouponDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Coupon.CouponDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Coupon.CouponDetailsOutput"}}},"links":{"GetCouponItem":{"operationId":"getCouponItem","parameters":{"code":"$response.body#\/code"},"description":"The `code` value returned in the response can be used as the `code` parameter in `GET \/api\/coupons\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Coupon resource.","description":"Replaces the Coupon resource.","parameters":[{"name":"code","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Coupon resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Coupon.CouponPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Coupon.CouponPutInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Coupon.CouponPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteCouponItem","tags":["Coupon"],"responses":{"204":{"description":"Coupon resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Coupon resource.","description":"Removes the Coupon resource.","parameters":[{"name":"code","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/cron-jobs":{"get":{"operationId":"getCronJobCollection","tags":["CronJob"],"responses":{"200":{"description":"CronJob collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CronJob-cronjob.read.list"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CronJob-cronjob.read.list"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CronJob-cronjob.read.list"}}}}}},"summary":"Retrieves the collection of CronJob resources.","description":"Retrieves the collection of CronJob resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/cron-jobs\/{id}":{"get":{"operationId":"getCronJobItem","tags":["CronJob"],"responses":{"200":{"description":"CronJob resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CronJob-cronjob.read.details"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CronJob-cronjob.read.details"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/CronJob-cronjob.read.details"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a CronJob resource.","description":"Retrieves a CronJob resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/cron-logs":{"get":{"operationId":"getCronLogCollection","tags":["CronLog"],"responses":{"200":{"description":"CronLog collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CronLog-cronlog.read.list"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CronLog-cronlog.read.list"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CronLog-cronlog.read.list"}}}}}},"summary":"Retrieves the collection of CronLog resources.","description":"Retrieves the collection of CronLog resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/cron-logs\/{id}":{"get":{"operationId":"getCronLogItem","tags":["CronLog"],"responses":{"200":{"description":"CronLog resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CronLog-cronlog.read.details"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CronLog-cronlog.read.details"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/CronLog-cronlog.read.details"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a CronLog resource.","description":"Retrieves a CronLog resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/document-types":{"get":{"operationId":"getDocumentTypeCollection","tags":["DocumentType"],"responses":{"200":{"description":"DocumentType collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeListOutput"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeListOutput"}}}}}},"summary":"Retrieves the collection of DocumentType resources.","description":"Retrieves the collection of DocumentType resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postDocumentTypeCollection","tags":["DocumentType"],"responses":{"201":{"description":"DocumentType resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeDetailsOutput"}}},"links":{"GetDocumentTypeItem":{"operationId":"getDocumentTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/document-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a DocumentType resource.","description":"Creates a DocumentType resource.","parameters":[],"requestBody":{"description":"The new DocumentType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypePostInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/document-types\/{id}":{"get":{"operationId":"getDocumentTypeItem","tags":["DocumentType"],"responses":{"200":{"description":"DocumentType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a DocumentType resource.","description":"Retrieves a DocumentType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putDocumentTypeItem","tags":["DocumentType"],"responses":{"200":{"description":"DocumentType resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeDetailsOutput"}}},"links":{"GetDocumentTypeItem":{"operationId":"getDocumentTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/document-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the DocumentType resource.","description":"Replaces the DocumentType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated DocumentType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypePutInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypePutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/documents":{"get":{"operationId":"getDocumentCollection","tags":["Document"],"responses":{"200":{"description":"Document collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Document.DocumentListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Document.DocumentListOutput"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Document.DocumentListOutput"}}}}}},"summary":"Retrieves the collection of Document resources.","description":"Retrieves the collection of Document resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/documents\/media":{"post":{"operationId":"post_mediaDocumentCollection","tags":["Document"],"responses":{"201":{"description":"Document resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}}},"links":{"GetDocumentItem":{"operationId":"getDocumentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/documents\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"add media","description":"Creates a Document resource.","parameters":[],"requestBody":{"description":"","content":{"multipart\/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"},"type":{"type":"string","required":true}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/documents\/{id}":{"get":{"operationId":"getDocumentItem","tags":["Document"],"responses":{"200":{"description":"Document resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Document resource.","description":"Retrieves a Document resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putDocumentItem","tags":["Document"],"responses":{"200":{"description":"Document resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}}},"links":{"GetDocumentItem":{"operationId":"getDocumentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/documents\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Document resource.","description":"Replaces the Document resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Document resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentPutInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteDocumentItem","tags":["Document"],"responses":{"204":{"description":"Document resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Document resource.","description":"Removes the Document resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/folders":{"get":{"operationId":"getFolderCollection","tags":["Folder"],"responses":{"200":{"description":"Folder collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Folder.FolderListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Folder.FolderListOutput"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Folder.FolderListOutput"}}}}}},"summary":"Retrieves the collection of Folder resources.","description":"Retrieves the collection of Folder resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postFolderCollection","tags":["Folder"],"responses":{"201":{"description":"Folder resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Folder.FolderDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Folder.FolderDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Folder.FolderDetailsOutput"}}},"links":{"GetFolderItem":{"operationId":"getFolderItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/folders\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Folder resource.","description":"Creates a Folder resource.","parameters":[],"requestBody":{"description":"The new Folder resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Folder.FolderPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Folder.FolderPostInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Folder.FolderPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/folders\/{id}":{"get":{"operationId":"getFolderItem","tags":["Folder"],"responses":{"200":{"description":"Folder resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Folder.FolderDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Folder.FolderDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Folder.FolderDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Folder resource.","description":"Retrieves a Folder resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putFolderItem","tags":["Folder"],"responses":{"200":{"description":"Folder resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Folder.FolderDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Folder.FolderDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Folder.FolderDetailsOutput"}}},"links":{"GetFolderItem":{"operationId":"getFolderItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/folders\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Folder resource.","description":"Replaces the Folder resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Folder resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Folder.FolderPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Folder.FolderPutInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Folder.FolderPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteFolderItem","tags":["Folder"],"responses":{"204":{"description":"Folder resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Folder resource.","description":"Removes the Folder resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/folders\/{id}\/content":{"get":{"operationId":"get_contentFolderItem","tags":["Folder"],"responses":{"200":{"description":"Folder resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Folder.FolderContentOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Folder.FolderContentOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Folder.FolderContentOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Folder resource.","description":"Retrieves a Folder resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/imports":{"get":{"operationId":"getImportCollection","tags":["Import"],"responses":{"200":{"description":"Import collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Import.ImportListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Import.ImportListOutput"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Import.ImportListOutput"}}}}}},"summary":"Retrieves the collection of Import resources.","description":"Retrieves the collection of Import resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"post_importImportCollection","tags":["Import"],"responses":{"201":{"description":"Import resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Import.ImportDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Import.ImportDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Import.ImportDetailsOutput"}}},"links":{"GetImportItem":{"operationId":"getImportItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/imports\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates an import version with data and xmind file","description":"Creates a Import resource.","parameters":[],"requestBody":{"description":"","content":{"multipart\/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary","required":false},"input":{"type":"object","properties":{"label":{"type":"string"},"changelog":{"type":"string"}}}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/imports\/{id}":{"get":{"operationId":"getImportItem","tags":["Import"],"responses":{"200":{"description":"Import resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Import.ImportDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Import.ImportDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Import.ImportDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Import resource.","description":"Retrieves a Import resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"delete":{"operationId":"deleteImportItem","tags":["Import"],"responses":{"204":{"description":"Import resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Import resource.","description":"Removes the Import resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/imports\/{id}\/activate":{"put":{"operationId":"put_activateImportItem","tags":["Import"],"responses":{"200":{"description":"Import resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Import.FolderTreeOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Import.FolderTreeOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Import.FolderTreeOutput"}}},"links":{"GetImportItem":{"operationId":"getImportItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/imports\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Import resource.","description":"Replaces the Import resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Import resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Import"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Import"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Import"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/imports\/{id}\/cached-tree":{"get":{"operationId":"get_cached_treeImportItem","tags":["Import"],"responses":{"200":{"description":"Import resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Import.FolderTreeOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Import.FolderTreeOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Import.FolderTreeOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Import resource.","description":"Retrieves a Import resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/languages":{"get":{"operationId":"getLanguageCollection","tags":["Language"],"responses":{"200":{"description":"Language collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Language.LanguageListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Language.LanguageListOutput"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Language.LanguageListOutput"}}}}}},"summary":"Retrieves the collection of Language resources.","description":"Retrieves the collection of Language resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/languages\/{alpha3}":{"get":{"operationId":"getLanguageItem","tags":["Language"],"responses":{"200":{"description":"Language resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Language.LanguageDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Language.LanguageDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Language.LanguageDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Language resource.","description":"Retrieves a Language resource.","parameters":[{"name":"alpha3","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/notification-logs":{"get":{"operationId":"getNotificationLogCollection","tags":["NotificationLog"],"responses":{"200":{"description":"NotificationLog collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogListOutput"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogListOutput"}}}}}},"summary":"Retrieves the collection of NotificationLog resources.","description":"Retrieves the collection of NotificationLog resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postNotificationLogCollection","tags":["NotificationLog"],"responses":{"201":{"description":"NotificationLog resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog"}}},"links":{"GetNotificationLogItem":{"operationId":"getNotificationLogItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notification-logs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a NotificationLog resource.","description":"Creates a NotificationLog resource.","parameters":[],"requestBody":{"description":"The new NotificationLog resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/notification-logs\/{id}":{"get":{"operationId":"getNotificationLogItem","tags":["NotificationLog"],"responses":{"200":{"description":"NotificationLog resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a NotificationLog resource.","description":"Retrieves a NotificationLog resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putNotificationLogItem","tags":["NotificationLog"],"responses":{"200":{"description":"NotificationLog resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog"}}},"links":{"GetNotificationLogItem":{"operationId":"getNotificationLogItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notification-logs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the NotificationLog resource.","description":"Replaces the NotificationLog resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated NotificationLog resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteNotificationLogItem","tags":["NotificationLog"],"responses":{"204":{"description":"NotificationLog resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the NotificationLog resource.","description":"Removes the NotificationLog resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/notification-templates":{"get":{"operationId":"getNotificationTemplateCollection","tags":["NotificationTemplate"],"responses":{"200":{"description":"NotificationTemplate collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplateListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplateListOutput"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplateListOutput"}}}}}},"summary":"Retrieves the collection of NotificationTemplate resources.","description":"Retrieves the collection of NotificationTemplate resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postNotificationTemplateCollection","tags":["NotificationTemplate"],"responses":{"201":{"description":"NotificationTemplate resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplateDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplateDetailsOutput"}}},"links":{"GetNotificationTemplateItem":{"operationId":"getNotificationTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notification-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a NotificationTemplate resource.","description":"Creates a NotificationTemplate resource.","parameters":[],"requestBody":{"description":"The new NotificationTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplatePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplatePostInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplatePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/notification-templates\/filters":{"get":{"operationId":"filtersNotificationTemplateCollection","tags":["NotificationTemplate"],"responses":{"200":{"description":"NotificationTemplate collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationTemplate.FilterOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationTemplate.FilterOutput"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationTemplate.FilterOutput"}}}}}},"summary":"Retrieves the collection of NotificationTemplate resources.","description":"Retrieves the collection of NotificationTemplate resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/notification-templates\/{id}":{"get":{"operationId":"getNotificationTemplateItem","tags":["NotificationTemplate"],"responses":{"200":{"description":"NotificationTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplateDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplateDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a NotificationTemplate resource.","description":"Retrieves a NotificationTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"delete":{"operationId":"deleteNotificationTemplateItem","tags":["NotificationTemplate"],"responses":{"204":{"description":"NotificationTemplate resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the NotificationTemplate resource.","description":"Removes the NotificationTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/notification-types":{"get":{"operationId":"getNotificationTypeCollection","tags":["NotificationType"],"responses":{"200":{"description":"NotificationType collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeListOutput"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeListOutput"}}}}}},"summary":"Retrieves the collection of NotificationType resources.","description":"Retrieves the collection of NotificationType resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postNotificationTypeCollection","tags":["NotificationType"],"responses":{"201":{"description":"NotificationType resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeDetailsOutput"}}},"links":{"GetNotificationTypeItem":{"operationId":"getNotificationTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notification-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a NotificationType resource.","description":"Creates a NotificationType resource.","parameters":[],"requestBody":{"description":"The new NotificationType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypePostInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/notification-types\/{id}":{"get":{"operationId":"getNotificationTypeItem","tags":["NotificationType"],"responses":{"200":{"description":"NotificationType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a NotificationType resource.","description":"Retrieves a NotificationType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putNotificationTypeItem","tags":["NotificationType"],"responses":{"200":{"description":"NotificationType resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeDetailsOutput"}}},"links":{"GetNotificationTypeItem":{"operationId":"getNotificationTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notification-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the NotificationType resource.","description":"Replaces the NotificationType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated NotificationType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypePutInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteNotificationTypeItem","tags":["NotificationType"],"responses":{"204":{"description":"NotificationType resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the NotificationType resource.","description":"Removes the NotificationType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/notifications":{"get":{"operationId":"getNotificationCollection","tags":["Notification"],"responses":{"200":{"description":"Notification collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Notification.NotificationListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Notification.NotificationListOutput"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Notification.NotificationListOutput"}}}}}},"summary":"Retrieves the collection of Notification resources.","description":"Retrieves the collection of Notification resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postNotificationCollection","tags":["Notification"],"responses":{"201":{"description":"Notification resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Notification"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Notification"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Notification"}}},"links":{"GetNotificationItem":{"operationId":"getNotificationItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notifications\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Notification resource.","description":"Creates a Notification resource.","parameters":[],"requestBody":{"description":"The new Notification resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Notification"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Notification"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Notification"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/notifications\/{id}":{"get":{"operationId":"getNotificationItem","tags":["Notification"],"responses":{"200":{"description":"Notification resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Notification"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Notification"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Notification"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Notification resource.","description":"Retrieves a Notification resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putNotificationItem","tags":["Notification"],"responses":{"200":{"description":"Notification resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Notification"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Notification"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Notification"}}},"links":{"GetNotificationItem":{"operationId":"getNotificationItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notifications\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Notification resource.","description":"Replaces the Notification resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Notification resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Notification"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Notification"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Notification"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteNotificationItem","tags":["Notification"],"responses":{"204":{"description":"Notification resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Notification resource.","description":"Removes the Notification resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/parameters":{"get":{"operationId":"getParameterCollection","tags":["Parameter"],"responses":{"200":{"description":"Parameter collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Parameter.ParameterListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Parameter.ParameterListOutput"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Parameter.ParameterListOutput"}}}}}},"summary":"Retrieves the collection of Parameter resources.","description":"Retrieves the collection of Parameter resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postParameterCollection","tags":["Parameter"],"responses":{"201":{"description":"Parameter resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Parameter.ParameterDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Parameter.ParameterDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Parameter.ParameterDetailsOutput"}}},"links":{"GetParameterItem":{"operationId":"getParameterItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/parameters\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Parameter resource.","description":"Creates a Parameter resource.","parameters":[],"requestBody":{"description":"The new Parameter resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Parameter.ParameterPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Parameter.ParameterPostInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Parameter.ParameterPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/parameters\/{id}":{"get":{"operationId":"getParameterItem","tags":["Parameter"],"responses":{"200":{"description":"Parameter resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Parameter.ParameterDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Parameter.ParameterDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Parameter.ParameterDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Parameter resource.","description":"Retrieves a Parameter resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putParameterItem","tags":["Parameter"],"responses":{"200":{"description":"Parameter resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Parameter.ParameterDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Parameter.ParameterDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Parameter.ParameterDetailsOutput"}}},"links":{"GetParameterItem":{"operationId":"getParameterItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/parameters\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Parameter resource.","description":"Replaces the Parameter resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Parameter resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Parameter.ParameterPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Parameter.ParameterPutInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Parameter.ParameterPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteParameterItem","tags":["Parameter"],"responses":{"204":{"description":"Parameter resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Parameter resource.","description":"Removes the Parameter resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/payment-subscriptions":{"get":{"operationId":"getPaymentSubscriptionCollection","tags":["PaymentSubscription"],"responses":{"200":{"description":"PaymentSubscription collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PaymentSubscription.PaymentSubscriptionListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PaymentSubscription.PaymentSubscriptionListOutput"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PaymentSubscription.PaymentSubscriptionListOutput"}}}}}},"summary":"Retrieves the collection of PaymentSubscription resources.","description":"Retrieves the collection of PaymentSubscription resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postPaymentSubscriptionCollection","tags":["PaymentSubscription"],"responses":{"201":{"description":"PaymentSubscription resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PaymentSubscription.PaymentSubscriptionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PaymentSubscription.PaymentSubscriptionDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/PaymentSubscription.PaymentSubscriptionDetailsOutput"}}},"links":{"GetPaymentSubscriptionItem":{"operationId":"getPaymentSubscriptionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/payment-subscriptions\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a PaymentSubscription resource.","description":"Creates a PaymentSubscription resource.","parameters":[],"requestBody":{"description":"The new PaymentSubscription resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PaymentSubscription.PaymentSubscriptionPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PaymentSubscription.PaymentSubscriptionPostInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/PaymentSubscription.PaymentSubscriptionPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/payment-subscriptions\/{id}":{"get":{"operationId":"getPaymentSubscriptionItem","tags":["PaymentSubscription"],"responses":{"200":{"description":"PaymentSubscription resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PaymentSubscription.PaymentSubscriptionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PaymentSubscription.PaymentSubscriptionDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/PaymentSubscription.PaymentSubscriptionDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a PaymentSubscription resource.","description":"Retrieves a PaymentSubscription resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putPaymentSubscriptionItem","tags":["PaymentSubscription"],"responses":{"200":{"description":"PaymentSubscription resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PaymentSubscription.PaymentSubscriptionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PaymentSubscription.PaymentSubscriptionDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/PaymentSubscription.PaymentSubscriptionDetailsOutput"}}},"links":{"GetPaymentSubscriptionItem":{"operationId":"getPaymentSubscriptionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/payment-subscriptions\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the PaymentSubscription resource.","description":"Replaces the PaymentSubscription resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated PaymentSubscription resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PaymentSubscription.PaymentSubscriptionPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PaymentSubscription.PaymentSubscriptionPutInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/PaymentSubscription.PaymentSubscriptionPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deletePaymentSubscriptionItem","tags":["PaymentSubscription"],"responses":{"204":{"description":"PaymentSubscription resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the PaymentSubscription resource.","description":"Removes the PaymentSubscription resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/payments\/check-status":{"ref":"Check payment status","summary":"Check payment status","description":"Check payment status","get":{"operationId":"checkPaymentItem","tags":["Payment"],"responses":{"200":{"description":"Get status","content":{"application\/json":{"schema":{"type":"array","example":{"status":"success"}}}}}},"summary":"Check payment status","description":"Check payment status","parameters":[],"deprecated":false},"parameters":[{"name":"paymentIntent","in":"query","description":"The paymentIntent","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false}]},"\/api\/pdf-templates":{"get":{"operationId":"getPdfTemplateCollection","tags":["PdfTemplate"],"responses":{"200":{"description":"PdfTemplate collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplateListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplateListOutput"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplateListOutput"}}}}}},"summary":"Retrieves the collection of PdfTemplate resources.","description":"Retrieves the collection of PdfTemplate resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postPdfTemplateCollection","tags":["PdfTemplate"],"responses":{"201":{"description":"PdfTemplate resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplateDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplateDetailsOutput"}}},"links":{"GetPdfTemplateItem":{"operationId":"getPdfTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/pdf-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a PdfTemplate resource.","description":"Creates a PdfTemplate resource.","parameters":[],"requestBody":{"description":"The new PdfTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplatePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplatePostInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplatePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/pdf-templates\/{id}":{"get":{"operationId":"getPdfTemplateItem","tags":["PdfTemplate"],"responses":{"200":{"description":"PdfTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplateDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplateDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a PdfTemplate resource.","description":"Retrieves a PdfTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putPdfTemplateItem","tags":["PdfTemplate"],"responses":{"200":{"description":"PdfTemplate resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplateDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplateDetailsOutput"}}},"links":{"GetPdfTemplateItem":{"operationId":"getPdfTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/pdf-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the PdfTemplate resource.","description":"Replaces the PdfTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated PdfTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplatePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplatePutInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplatePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deletePdfTemplateItem","tags":["PdfTemplate"],"responses":{"204":{"description":"PdfTemplate resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the PdfTemplate resource.","description":"Removes the PdfTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/promotion-codes":{"get":{"operationId":"getPromotionCodeCollection","tags":["PromotionCode"],"responses":{"200":{"description":"PromotionCode collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PromotionCode.PromotionCodeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PromotionCode.PromotionCodeListOutput"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PromotionCode.PromotionCodeListOutput"}}}}}},"summary":"Retrieves the collection of PromotionCode resources.","description":"Retrieves the collection of PromotionCode resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postPromotionCodeCollection","tags":["PromotionCode"],"responses":{"201":{"description":"PromotionCode resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PromotionCode.PromotionCodeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PromotionCode.PromotionCodeDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/PromotionCode.PromotionCodeDetailsOutput"}}},"links":{"GetPromotionCodeItem":{"operationId":"getPromotionCodeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/promotion-codes\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a PromotionCode resource.","description":"Creates a PromotionCode resource.","parameters":[],"requestBody":{"description":"The new PromotionCode resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PromotionCode.PromotionCodePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PromotionCode.PromotionCodePostInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/PromotionCode.PromotionCodePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/promotion-codes\/check":{"get":{"operationId":"checkPromotionCodeCollection","tags":["PromotionCode"],"responses":{"200":{"description":"PromotionCode collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PromotionCode"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PromotionCode"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PromotionCode"}}}}}},"summary":"Retrieves the collection of PromotionCode resources.","description":"Retrieves the collection of PromotionCode resources.","parameters":[{"name":"code","in":"query","description":"The code of the promotion","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/promotion-codes\/{id}":{"get":{"operationId":"getPromotionCodeItem","tags":["PromotionCode"],"responses":{"200":{"description":"PromotionCode resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PromotionCode.PromotionCodeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PromotionCode.PromotionCodeDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/PromotionCode.PromotionCodeDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a PromotionCode resource.","description":"Retrieves a PromotionCode resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putPromotionCodeItem","tags":["PromotionCode"],"responses":{"200":{"description":"PromotionCode resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PromotionCode.PromotionCodeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PromotionCode.PromotionCodeDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/PromotionCode.PromotionCodeDetailsOutput"}}},"links":{"GetPromotionCodeItem":{"operationId":"getPromotionCodeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/promotion-codes\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the PromotionCode resource.","description":"Replaces the PromotionCode resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated PromotionCode resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PromotionCode.PromotionCodePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PromotionCode.PromotionCodePutInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/PromotionCode.PromotionCodePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deletePromotionCodeItem","tags":["PromotionCode"],"responses":{"204":{"description":"PromotionCode resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the PromotionCode resource.","description":"Removes the PromotionCode resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/public\/countries":{"get":{"operationId":"getCountryCollection","tags":["Country"],"responses":{"200":{"description":"Country collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Country.CountryListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Country.CountryListOutput"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Country.CountryListOutput"}}}}}},"summary":"Retrieves the collection of Country resources.","description":"Retrieves the collection of Country resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/session-recordings":{"get":{"operationId":"getSessionRecordingCollection","tags":["SessionRecording"],"responses":{"200":{"description":"SessionRecording collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SessionRecording.SessionRecordingListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SessionRecording.SessionRecordingListOutput"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SessionRecording.SessionRecordingListOutput"}}}}}},"summary":"Retrieves the collection of SessionRecording resources.","description":"Retrieves the collection of SessionRecording resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postSessionRecordingCollection","tags":["SessionRecording"],"responses":{"201":{"description":"SessionRecording resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SessionRecording.SessionRecordingDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SessionRecording.SessionRecordingDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/SessionRecording.SessionRecordingDetailsOutput"}}},"links":{"GetSessionRecordingItem":{"operationId":"getSessionRecordingItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/session-recordings\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a SessionRecording resource.","description":"Creates a SessionRecording resource.","parameters":[],"requestBody":{"description":"The new SessionRecording resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SessionRecording.SessionRecordingPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SessionRecording.SessionRecordingPostInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/SessionRecording.SessionRecordingPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/session-recordings\/{id}":{"get":{"operationId":"getSessionRecordingItem","tags":["SessionRecording"],"responses":{"200":{"description":"SessionRecording resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SessionRecording.SessionRecordingDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SessionRecording.SessionRecordingDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/SessionRecording.SessionRecordingDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a SessionRecording resource.","description":"Retrieves a SessionRecording resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"delete":{"operationId":"deleteSessionRecordingItem","tags":["SessionRecording"],"responses":{"204":{"description":"SessionRecording resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the SessionRecording resource.","description":"Removes the SessionRecording resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/statistics\/{domainId}\/graph\/general":{"get":{"operationId":"get_graph_generalStatisticsCollection","tags":["Statistics"],"responses":{"200":{"description":"Statistics collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Statistics.ChartStatistics"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Statistics.ChartStatistics"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Statistics.ChartStatistics"}}}}}},"summary":"Retrieves the collection of Statistics resources.","description":"Retrieves the collection of Statistics resources.","parameters":[{"name":"domaineId","in":"path","description":"domain identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"filter_1","in":"query","description":" ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/statistics\/{domainId}\/table\/general":{"get":{"operationId":"get_table_generalStatisticsCollection","tags":["Statistics"],"responses":{"200":{"description":"Statistics collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Statistics.TableStatistics"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Statistics.TableStatistics"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Statistics.TableStatistics"}}}}}},"summary":"Retrieves the collection of Statistics resources.","description":"Retrieves the collection of Statistics resources.","parameters":[{"name":"domaineId","in":"path","description":"domain identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"filter_1","in":"query","description":" ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/subscribe":{"post":{"operationId":"subscribeSubscriptionCollection","tags":["Subscription"],"responses":{"201":{"description":"Subscription resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Subscription"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Subscription"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Subscription"}}},"links":{"GetSubscriptionItem":{"operationId":"getSubscriptionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/subscriptions\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Subscription resource.","description":"Creates a Subscription resource.","parameters":[],"requestBody":{"description":"The new Subscription resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionPostInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/subscription-plans":{"get":{"operationId":"getSubscriptionPlanCollection","tags":["SubscriptionPlan"],"responses":{"200":{"description":"SubscriptionPlan collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubscriptionPlan.SubscriptionPlanListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubscriptionPlan.SubscriptionPlanListOutput"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubscriptionPlan.SubscriptionPlanListOutput"}}}}}},"summary":"Retrieves the collection of SubscriptionPlan resources.","description":"Retrieves the collection of SubscriptionPlan resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postSubscriptionPlanCollection","tags":["SubscriptionPlan"],"responses":{"201":{"description":"SubscriptionPlan resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPlan.SubscriptionPlanDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPlan.SubscriptionPlanDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPlan.SubscriptionPlanDetailsOutput"}}},"links":{"GetSubscriptionPlanItem":{"operationId":"getSubscriptionPlanItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/subscription-plans\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a SubscriptionPlan resource.","description":"Creates a SubscriptionPlan resource.","parameters":[],"requestBody":{"description":"The new SubscriptionPlan resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPlan.SubscriptionPlanPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPlan.SubscriptionPlanPostInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPlan.SubscriptionPlanPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/subscription-plans\/{id}":{"get":{"operationId":"getSubscriptionPlanItem","tags":["SubscriptionPlan"],"responses":{"200":{"description":"SubscriptionPlan resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPlan.SubscriptionPlanDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPlan.SubscriptionPlanDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPlan.SubscriptionPlanDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a SubscriptionPlan resource.","description":"Retrieves a SubscriptionPlan resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putSubscriptionPlanItem","tags":["SubscriptionPlan"],"responses":{"200":{"description":"SubscriptionPlan resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPlan.SubscriptionPlanDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPlan.SubscriptionPlanDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPlan.SubscriptionPlanDetailsOutput"}}},"links":{"GetSubscriptionPlanItem":{"operationId":"getSubscriptionPlanItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/subscription-plans\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the SubscriptionPlan resource.","description":"Replaces the SubscriptionPlan resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated SubscriptionPlan resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPlan.SubscriptionPlanPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPlan.SubscriptionPlanPutInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPlan.SubscriptionPlanPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteSubscriptionPlanItem","tags":["SubscriptionPlan"],"responses":{"204":{"description":"SubscriptionPlan resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the SubscriptionPlan resource.","description":"Removes the SubscriptionPlan resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/subscription-prices":{"get":{"operationId":"getSubscriptionPriceCollection","tags":["SubscriptionPrice"],"responses":{"200":{"description":"SubscriptionPrice collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubscriptionPrice.SubscriptionPriceListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubscriptionPrice.SubscriptionPriceListOutput"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubscriptionPrice.SubscriptionPriceListOutput"}}}}}},"summary":"Retrieves the collection of SubscriptionPrice resources.","description":"Retrieves the collection of SubscriptionPrice resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postSubscriptionPriceCollection","tags":["SubscriptionPrice"],"responses":{"201":{"description":"SubscriptionPrice resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPrice.SubscriptionPriceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPrice.SubscriptionPriceDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPrice.SubscriptionPriceDetailsOutput"}}},"links":{"GetSubscriptionPriceItem":{"operationId":"getSubscriptionPriceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/subscription-prices\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a SubscriptionPrice resource.","description":"Creates a SubscriptionPrice resource.","parameters":[],"requestBody":{"description":"The new SubscriptionPrice resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPrice.SubscriptionPricePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPrice.SubscriptionPricePostInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPrice.SubscriptionPricePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/subscription-prices\/{id}":{"get":{"operationId":"getSubscriptionPriceItem","tags":["SubscriptionPrice"],"responses":{"200":{"description":"SubscriptionPrice resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPrice.SubscriptionPriceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPrice.SubscriptionPriceDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPrice.SubscriptionPriceDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a SubscriptionPrice resource.","description":"Retrieves a SubscriptionPrice resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putSubscriptionPriceItem","tags":["SubscriptionPrice"],"responses":{"200":{"description":"SubscriptionPrice resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPrice.SubscriptionPriceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPrice.SubscriptionPriceDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPrice.SubscriptionPriceDetailsOutput"}}},"links":{"GetSubscriptionPriceItem":{"operationId":"getSubscriptionPriceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/subscription-prices\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the SubscriptionPrice resource.","description":"Replaces the SubscriptionPrice resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated SubscriptionPrice resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPrice.SubscriptionPricePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPrice.SubscriptionPricePutInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPrice.SubscriptionPricePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteSubscriptionPriceItem","tags":["SubscriptionPrice"],"responses":{"204":{"description":"SubscriptionPrice resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the SubscriptionPrice resource.","description":"Removes the SubscriptionPrice resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/subscriptions":{"get":{"operationId":"getSubscriptionCollection","tags":["Subscription"],"responses":{"200":{"description":"Subscription collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionListOutput"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionListOutput"}}}}}},"summary":"Retrieves the collection of Subscription resources.","description":"Retrieves the collection of Subscription resources.","parameters":[{"name":"onlyToday","in":"query","description":"to search subscription premium taken today","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"int"},"style":"form","explode":false,"allowReserved":false},{"name":"status","in":"query","description":"status of the subscription","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postSubscriptionCollection","tags":["Subscription"],"responses":{"201":{"description":"Subscription resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionDetailsOutput"}}},"links":{"GetSubscriptionItem":{"operationId":"getSubscriptionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/subscriptions\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Subscription resource.","description":"Creates a Subscription resource.","parameters":[],"requestBody":{"description":"The new Subscription resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionPostInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/subscriptions\/{id}":{"get":{"operationId":"getSubscriptionItem","tags":["Subscription"],"responses":{"200":{"description":"Subscription resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Subscription resource.","description":"Retrieves a Subscription resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putSubscriptionItem","tags":["Subscription"],"responses":{"200":{"description":"Subscription resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionDetailsOutput"}}},"links":{"GetSubscriptionItem":{"operationId":"getSubscriptionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/subscriptions\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Subscription resource.","description":"Replaces the Subscription resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Subscription resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionPutInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteSubscriptionItem","tags":["Subscription"],"responses":{"204":{"description":"Subscription resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Subscription resource.","description":"Removes the Subscription resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/system-configurations":{"get":{"operationId":"getSystemConfigurationCollection","tags":["SystemConfiguration"],"responses":{"200":{"description":"SystemConfiguration collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationListOutput"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationListOutput"}}}}}},"summary":"Retrieves the collection of SystemConfiguration resources.","description":"Retrieves the collection of SystemConfiguration resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postSystemConfigurationCollection","tags":["SystemConfiguration"],"responses":{"201":{"description":"SystemConfiguration resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationDetailsOutput"}}},"links":{"GetSystemConfigurationItem":{"operationId":"getSystemConfigurationItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/system-configurations\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a SystemConfiguration resource.","description":"Creates a SystemConfiguration resource.","parameters":[],"requestBody":{"description":"The new SystemConfiguration resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationPostInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/system-configurations\/connexion":{"get":{"operationId":"get_connexionSystemConfigurationCollection","tags":["SystemConfiguration"],"responses":{"200":{"description":"SystemConfiguration collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationListOutput"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationListOutput"}}}}}},"summary":"Retrieves the collection of SystemConfiguration resources.","description":"Retrieves the collection of SystemConfiguration resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/system-configurations\/{id}":{"get":{"operationId":"getSystemConfigurationItem","tags":["SystemConfiguration"],"responses":{"200":{"description":"SystemConfiguration resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a SystemConfiguration resource.","description":"Retrieves a SystemConfiguration resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putSystemConfigurationItem","tags":["SystemConfiguration"],"responses":{"200":{"description":"SystemConfiguration resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationDetailsOutput"}}},"links":{"GetSystemConfigurationItem":{"operationId":"getSystemConfigurationItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/system-configurations\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the SystemConfiguration resource.","description":"Replaces the SystemConfiguration resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated SystemConfiguration resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationPutInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/unsubscribe":{"post":{"operationId":"unsubscribeSubscriptionCollection","tags":["Subscription"],"responses":{"201":{"description":"Subscription resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Subscription"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Subscription"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Subscription"}}},"links":{"GetSubscriptionItem":{"operationId":"getSubscriptionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/subscriptions\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Subscription resource.","description":"Creates a Subscription resource.","parameters":[],"requestBody":{"description":"The new Subscription resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Subscription.UnsubscribePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Subscription.UnsubscribePostInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Subscription.UnsubscribePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/user-connections":{"get":{"operationId":"getUserConnectionCollection","tags":["UserConnection"],"responses":{"200":{"description":"UserConnection collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserConnection.UserConnectionListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserConnection.UserConnectionListOutput"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserConnection.UserConnectionListOutput"}}}}}},"summary":"Retrieves the collection of UserConnection resources.","description":"Retrieves the collection of UserConnection resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/user-connections\/{id}":{"get":{"operationId":"getUserConnectionItem","tags":["UserConnection"],"responses":{"200":{"description":"UserConnection resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserConnection.UserConnectionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserConnection.UserConnectionDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/UserConnection.UserConnectionDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a UserConnection resource.","description":"Retrieves a UserConnection resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/users":{"get":{"operationId":"getUserCollection","tags":["User"],"responses":{"200":{"description":"User collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/User.UserListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/User.UserListOutput"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/User.UserListOutput"}}}}}},"summary":"Retrieves the collection of User resources.","description":"Retrieves the collection of User resources.","parameters":[{"name":"search","in":"query","description":"Search user","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/users\/register":{"post":{"operationId":"post_registerUserCollection","tags":["User"],"responses":{"201":{"description":"User resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/User"}}},"links":{"GetUserItem":{"operationId":"getUserItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/users\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a User resource.","description":"Creates a User resource.","parameters":[],"requestBody":{"description":"The new User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.UserPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.UserPostInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/User.UserPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/users\/{id}":{"get":{"operationId":"getUserItem","tags":["User"],"responses":{"200":{"description":"User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.UserDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.UserDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/User.UserDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a User resource.","description":"Retrieves a User resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putUserItem","tags":["User"],"responses":{"200":{"description":"User resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.UserDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.UserDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/User.UserDetailsOutput"}}},"links":{"GetUserItem":{"operationId":"getUserItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/users\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the User resource.","description":"Replaces the User resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.UserPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.UserPutInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/User.UserPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteUserItem","tags":["User"],"responses":{"204":{"description":"User resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the User resource.","description":"Removes the User resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/users\/{id}\/add-roles":{"put":{"operationId":"add_rolesUserItem","tags":["User"],"responses":{"200":{"description":"User resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.UserDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.UserDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/User.UserDetailsOutput"}}},"links":{"GetUserItem":{"operationId":"getUserItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/users\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Adds one or more role to a user.","description":"Adds one or more role to a user.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.UserAddOrDeleteRolesInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.UserAddOrDeleteRolesInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/User.UserAddOrDeleteRolesInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/users\/{id}\/remove-roles":{"put":{"operationId":"remove_rolesUserItem","tags":["User"],"responses":{"200":{"description":"User resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.UserDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.UserDetailsOutput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/User.UserDetailsOutput"}}},"links":{"GetUserItem":{"operationId":"getUserItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/users\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Removes one or more role to a user.","description":"Removes one or more role to a user.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.UserAddOrDeleteRolesInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.UserAddOrDeleteRolesInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/User.UserAddOrDeleteRolesInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/users\/{id}\/user-connections":{"get":{"operationId":"get_connectionUserCollection","tags":["User"],"responses":{"200":{"description":"User collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/User.UserConnectionListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/User.UserConnectionListOutput"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/User.UserConnectionListOutput"}}}}}},"summary":"Retrieves the collection of User Connection linked to a User resources.","description":"Retrieves the collection of User Connection linked to a User resources.","parameters":[{"name":"id","in":"path","description":"The user identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer","default":30},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]}},"components":{"schemas":{"Address":{"type":"object","description":"Address","properties":{"id":{"readOnly":true,"type":"integer"},"user":{"type":"string","format":"iri-reference","nullable":true},"streetNumber":{"type":"string","nullable":true},"zipCode":{"type":"string","nullable":true},"streetLabel":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"state":{"type":"string","nullable":true},"country":{"type":"string","format":"iri-reference","nullable":true},"lat":{"type":"string","nullable":true},"lng":{"type":"string","nullable":true},"color":{"type":"string","nullable":true},"full_address":{"readOnly":true,"type":"string","nullable":true},"name":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"fullAddress":{"type":"string","nullable":true},"deleted":{"readOnly":true,"type":"boolean"}}},"Address.AddressDetailsOutput":{"type":"object","description":"Address","properties":{"id":{"type":"integer"}}},"Address.AddressListOutput":{"type":"object","description":"Address","properties":{"id":{"type":"integer"},"fullAddress":{"type":"string"}}},"Address.AddressPostInput":{"type":"object","description":"Address"},"Address.AddressPutInput":{"type":"object","description":"Address"},"Axis":{"type":"object","description":"","properties":{"unitLabel":{"type":"string","nullable":true}}},"Billing":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Billing.","type":"integer"},"payment":{"type":"string","format":"iri-reference","nullable":true},"user":{"type":"string","format":"iri-reference","nullable":true},"document":{"type":"string","format":"iri-reference","nullable":true},"currency":{"anyOf":[{"$ref":"#\/components\/schemas\/Currency"}],"nullable":true},"amountHT":{"type":"string","nullable":true},"discountAmount":{"type":"string","nullable":true},"vatAmount":{"type":"string","nullable":true},"paymentDate":{"type":"string","format":"date-time","nullable":true},"paymentType":{"type":"string","nullable":true},"billingDetails":{"type":"array","items":{"type":"string"},"nullable":true},"status":{"type":"string","nullable":true},"oldStatuses":{"type":"array","items":{"type":"string"},"nullable":true},"reference":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Billing.BillingDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"reference":{"type":"string"},"amount":{"type":"number"},"emissionDate":{"type":"string","format":"date-time"},"currency":{"type":"string"}}},"Billing.BillingListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"reference":{"type":"string"},"amount":{"type":"number"},"emissionDate":{"type":"string","format":"date-time"},"documentId":{"type":"integer"},"currency":{"type":"string"}}},"Billing.BillingPostInput":{"type":"object","description":""},"Billing.BillingPutInput":{"type":"object","description":""},"BillingStatus":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"beginDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time","nullable":true},"billing":{"type":"string","format":"iri-reference"},"status":{"type":"integer"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"BillingStatus.BillingStatusDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"BillingStatus.BillingStatusListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"BillingStatus.BillingStatusPostInput":{"type":"object","description":""},"BillingStatus.BillingStatusPutInput":{"type":"object","description":""},"Chapter":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Chapter.","type":"integer"},"title":{"type":"string"},"reference":{"type":"string","nullable":true},"externalId":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"versionNumber":{"type":"string","nullable":true},"previousVersionId":{"type":"string","nullable":true},"deleted":{"readOnly":true,"type":"boolean"}}},"Chapter.ChapterDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"title":{"description":"title of the Chapter.","type":"string"},"reference":{"description":"reference (external partner reference) of the Chapter.","type":"string","nullable":true},"createdDate":{"type":"string","format":"date-time"},"nbResources":{"type":"integer"},"linkedFolders":{"description":"Linked folders to this chapter.","type":"array","items":{"$ref":"#\/components\/schemas\/FolderDetailsOutput"},"nullable":true}}},"Chapter.ChapterDisplayableOutput":{"type":"object","description":"","properties":{"chapter":{"description":"The chapter.","$ref":"#\/components\/schemas\/ChapterDetailsOutput"},"parts":{"description":"The parts of the chapter.","type":"array","items":{"$ref":"#\/components\/schemas\/ChapterPartDisplayableOutput"}}}},"Chapter.ChapterListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"title":{"description":"title of the Chapter.","type":"string"},"reference":{"description":"reference (external partner reference) of the Chapter.","type":"string","nullable":true},"createdDate":{"type":"string","format":"date-time"},"nbResources":{"type":"integer"},"linkedFolders":{"description":"Linked folders to this chapter.","type":"array","items":{"$ref":"#\/components\/schemas\/FolderListOutput"},"nullable":true}}},"Chapter.ChapterPostInput":{"type":"object","description":"","required":["title","reference","folderId","versionNumber","externalId"],"properties":{"title":{"minLength":3,"maxLength":255,"type":"string"},"reference":{"minLength":3,"maxLength":255,"type":"string"},"folderId":{"minimum":0,"exclusiveMinimum":true,"type":"integer"},"versionNumber":{"type":"string"},"externalId":{"minLength":3,"maxLength":255,"type":"string","nullable":true}}},"Chapter.ChapterPutInput":{"type":"object","description":"","required":["title","reference","folderId"],"properties":{"title":{"minLength":3,"maxLength":255,"type":"string"},"reference":{"minLength":3,"maxLength":255,"type":"string"},"folderId":{"minimum":0,"exclusiveMinimum":true,"type":"integer"}}},"ChapterDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"title":{"description":"title of the Chapter.","type":"string"},"reference":{"description":"reference (external partner reference) of the Chapter.","type":"string","nullable":true},"createdDate":{"type":"string","format":"date-time"},"nbResources":{"type":"integer"},"linkedFolders":{"description":"Linked folders to this chapter.","type":"array","items":{"$ref":"#\/components\/schemas\/FolderDetailsOutput"},"nullable":true}}},"ChapterDisplayableOutput":{"type":"object","description":"","properties":{"chapter":{"description":"The chapter.","$ref":"#\/components\/schemas\/ChapterDetailsOutput"},"parts":{"description":"The parts of the chapter.","type":"array","items":{"$ref":"#\/components\/schemas\/ChapterPartDisplayableOutput"}}}},"ChapterListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"title":{"description":"title of the Chapter.","type":"string"},"reference":{"description":"reference (external partner reference) of the Chapter.","type":"string","nullable":true},"createdDate":{"type":"string","format":"date-time"},"nbResources":{"type":"integer"},"linkedFolders":{"description":"Linked folders to this chapter.","type":"array","items":{"$ref":"#\/components\/schemas\/FolderListOutput"},"nullable":true}}},"ChapterPart":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the ChapterPart.","type":"integer"},"chapter":{"type":"string","format":"iri-reference","nullable":true},"type":{"type":"string"},"content":{"type":"array","items":{"type":"string"},"nullable":true},"sequenceNumber":{"type":"integer"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"versionNumber":{"type":"string","nullable":true},"previousVersionId":{"type":"string","nullable":true},"typeList":{"readOnly":true},"nonInteractiveTypeList":{"readOnly":true},"interactiveTypeList":{"readOnly":true},"deleted":{"readOnly":true,"type":"boolean"}}},"ChapterPart.ChapterPartDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"chapter":{"description":"chapter linked to the part.","$ref":"#\/components\/schemas\/ChapterDetailsOutput"},"type":{"description":"type of the part.","type":"string","nullable":true},"content":{"description":"the content of the part.","type":"array","items":{"type":"string"}},"sequenceNumber":{"description":"sequence number (order) of the part in the chapter.","type":"integer"}}},"ChapterPart.ChapterPartListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"chapterId":{"description":"chapter ID linked to the part.","type":"integer"},"type":{"description":"type of the part.","type":"string","nullable":true},"sequenceNumber":{"description":"sequence number (order) of the part in the chapter.","type":"integer"}}},"ChapterPart.ChapterPartReorderInput":{"type":"object","description":"","required":["sequenceNumber"],"properties":{"sequenceNumber":{"minimum":0,"description":"sequence number (place) of the part in the chapter.","type":"integer"}}},"ChapterPart.ResourcesListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"type":{"type":"string"},"fileUrl":{"type":"string"},"description":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"sequenceNumber":{"type":"integer"}}},"ChapterPartDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"chapter":{"description":"chapter linked to the part.","$ref":"#\/components\/schemas\/ChapterDetailsOutput"},"type":{"description":"type of the part.","type":"string","nullable":true},"content":{"description":"the content of the part.","type":"array","items":{"type":"string"}},"sequenceNumber":{"description":"sequence number (order) of the part in the chapter.","type":"integer"}}},"ChapterPartDisplayableOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"type":{"description":"type of the part.","type":"string","nullable":true},"content":{"description":"the content of the part.","type":"array","items":{"type":"string"}},"sequenceNumber":{"description":"sequence number (order) of the part in the chapter.","type":"integer"},"possibleAnswers":{"description":"The possible answers of the chapter part.","type":"array","items":{"$ref":"#\/components\/schemas\/ChapterPartResponseDisplayableOutput"}}}},"ChapterPartResponse":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the ChapterPartResponse.","type":"integer"},"chapterPart":{"type":"string","format":"iri-reference"},"label":{"type":"string"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"versionNumber":{"type":"string","nullable":true},"previousVersionId":{"type":"string","nullable":true},"deleted":{"readOnly":true,"type":"boolean"}}},"ChapterPartResponse.ChapterPartResponseDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"chapterPart":{"description":"chapter part linked to this Part.","$ref":"#\/components\/schemas\/ChapterPartDetailsOutput"},"label":{"description":"label of the response.","type":"string"}}},"ChapterPartResponse.ChapterPartResponseListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"chapterPartId":{"description":"ID of the chapter part linked to this Part.","type":"integer"},"label":{"description":"label of the response.","type":"string"}}},"ChapterPartResponse.ChapterPartResponsePostInput":{"type":"object","description":"","required":["chapterPartId","label","versionNumber"],"properties":{"chapterPartId":{"minimum":0,"exclusiveMinimum":true,"description":"ID of the chapter part linked to this Part.","type":"integer"},"label":{"minLength":1,"maxLength":1024,"description":"label of the response.","type":"string"},"versionNumber":{"type":"string"}}},"ChapterPartResponse.ChapterPartResponsePutInput":{"type":"object","description":"","required":["label"],"properties":{"label":{"minLength":1,"maxLength":1024,"description":"label of the response.","type":"string"}}},"ChapterPartResponseDisplayableOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"description":"label of the response.","type":"string"}}},"ChartData":{"type":"object","description":"","properties":{"colorKey":{"type":"string","nullable":true},"serieKey":{"type":"string"},"series":{"type":"array","items":{"$ref":"#\/components\/schemas\/Serie"}}}},"Country":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"string"},"name_fr":{"writeOnly":true,"description":"Get the value of name_fr","type":"string","nullable":true},"name_en":{"writeOnly":true,"description":"Get the value of name_en","type":"string","nullable":true},"isoAlpha3":{"type":"string","nullable":true},"isoM49":{"type":"string","nullable":true},"detail":{"type":"string","nullable":true},"isSepa":{"type":"boolean","nullable":true},"isState":{"type":"boolean","nullable":true},"isIban":{"type":"boolean","nullable":true},"isDsp":{"description":"Get the value of isDsp","type":"boolean","nullable":true},"lengthIban":{"type":"integer","nullable":true},"currency":{"anyOf":[{"$ref":"#\/components\/schemas\/Currency"}],"nullable":true},"phoneCode":{"type":"string","nullable":true},"isUE":{"type":"boolean","nullable":true},"vat":{"type":"number","nullable":true},"FlagPath":{"type":"string","nullable":true},"zipCodeFormat":{"type":"string","nullable":true},"ibanFormat":{"type":"string","nullable":true},"accountNumberLength":{"type":"integer","nullable":true},"bankCode":{"type":"string","nullable":true},"branchCode":{"type":"string","nullable":true},"ibanFields":{"type":"string","nullable":true},"nationalityCode":{"type":"string","nullable":true},"bic":{"type":"string","nullable":true},"uboStep":{"description":"Get the value of uboStep","default":25,"example":25,"type":"integer","nullable":true},"currencyUnionName":{"type":"string","nullable":true},"currencyUnion":{"anyOf":[{"$ref":"#\/components\/schemas\/Currency"}],"nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"description":"Get the value of isDeleted","type":"boolean"},"flagPath":{},"name":{"readOnly":true},"uE":{"readOnly":true,"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Country.CountryListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"}}},"Coupon":{"type":"object","description":"","properties":{"code":{"description":"Identifier of the Coupon.","type":"string"},"validSirens":{"type":"array","items":{"type":"string"},"nullable":true},"percentOff":{"type":"number"},"duration":{"type":"string"},"durationInMonths":{"type":"string","nullable":true},"stripeId":{"type":"string","nullable":true},"redeemBy":{"type":"string","format":"date-time","nullable":true},"publicMessage":{"type":"string"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Coupon.CouponDetailsOutput":{"type":"object","description":"","properties":{"code":{"type":"string"},"percentOff":{"type":"integer"},"duration":{"type":"string"},"publicMessage":{"type":"string"},"durationInMonth":{"type":"integer","nullable":true}}},"Coupon.CouponListOutput":{"type":"object","description":"","properties":{"code":{"type":"string"}}},"Coupon.CouponPostInput":{"type":"object","description":"","required":["percentOff","duration","publicMessage"],"properties":{"percentOff":{"type":"integer"},"duration":{"type":"string"},"durationInMonth":{"type":"integer","nullable":true},"publicMessage":{"type":"string"}}},"Coupon.CouponPutInput":{"type":"object","description":""},"CouponDetailsOutput":{"type":"object","description":"","properties":{"code":{"type":"string"},"percentOff":{"type":"integer"},"duration":{"type":"string"},"publicMessage":{"type":"string"},"durationInMonth":{"type":"integer","nullable":true}}},"CouponPostInput":{"type":"object","description":"","required":["percentOff","duration","publicMessage"],"properties":{"percentOff":{"type":"integer"},"duration":{"type":"string"},"durationInMonth":{"type":"integer","nullable":true},"publicMessage":{"type":"string"}}},"CronJob-cronjob.read.details":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the cron job.","type":"integer"},"command":{"description":"The command concerning the cron job.","type":"string"},"commandAgrs":{"description":"The command arguments for the cron job.","type":"string"},"cronSchedule":{"description":"The cron time schedule.","type":"string"}}},"CronJob-cronjob.read.list":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the cron job.","type":"integer"},"command":{"description":"The command concerning the cron job.","type":"string"},"commandAgrs":{"description":"The command arguments for the cron job.","type":"string"},"cronSchedule":{"description":"The cron time schedule.","type":"string"}}},"CronLog-cronlog.read.details":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the log.","type":"integer"},"command":{"description":"The command concerning the log.","type":"string"},"commandAgrs":{"description":"The command arguments for the cron job.","type":"string"},"exitStatus":{"description":"The command exit status.","type":"integer","nullable":true},"exitMessage":{"description":"The command exit message.","type":"string","nullable":true},"startedAt":{"description":"Starting date of the log.","type":"string","format":"date-time"},"finishedAt":{"description":"Finishing date of the log.","type":"string","format":"date-time","nullable":true}}},"CronLog-cronlog.read.list":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the log.","type":"integer"},"command":{"description":"The command concerning the log.","type":"string"},"commandAgrs":{"description":"The command arguments for the cron job.","type":"string"},"exitStatus":{"description":"The command exit status.","type":"integer","nullable":true},"startedAt":{"description":"Starting date of the log.","type":"string","format":"date-time"},"finishedAt":{"description":"Finishing date of the log.","type":"string","format":"date-time","nullable":true}}},"Currency":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"string"},"name":{"type":"string"},"iso4217":{"type":"integer","nullable":true},"minorUnit":{"type":"integer","nullable":true},"scale":{"default":2,"example":2,"type":"integer","nullable":true},"conversionRateToEUR":{"type":"number","nullable":true},"conversionRateToGPB":{"type":"number","nullable":true},"centralBankInterestRate":{"type":"number","nullable":true},"lastChangeCentralBankInterestRate":{"type":"string","nullable":true},"dateOfLastRateUpdate":{"type":"string","format":"date-time","nullable":true},"priority":{"type":"boolean"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Document":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Document.","type":"integer"},"user":{"type":"string","format":"iri-reference","nullable":true},"entityType":{"description":".","type":"string","nullable":true},"entityId":{"description":".","type":"integer","nullable":true},"path":{"description":".","type":"string","nullable":true},"url":{"description":".","type":"string","nullable":true},"originName":{"description":".","type":"string","nullable":true},"name":{"description":".","type":"string","nullable":true},"refId":{"description":".","type":"string","nullable":true},"size":{"description":".","type":"integer"},"width":{"description":".","type":"integer"},"height":{"description":".","type":"integer"},"duration":{"description":".","type":"integer"},"extension":{"description":".","type":"string","nullable":true},"orientation":{"description":".","type":"string","nullable":true},"mimeType":{"description":".","type":"string","nullable":true},"isCompress":{"type":"boolean"},"displayFormat":{"description":".","type":"string"},"documentType":{"type":"string","format":"iri-reference"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"compress":{"readOnly":true,"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Document.DocumentDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"originName":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"extension":{"type":"string"},"sketchName":{"type":"string","nullable":true},"stakeName":{"type":"string","nullable":true},"createdDate":{"type":"string","format":"date-time"},"universe":{"default":"Document","example":"Document","type":"string"},"size":{"type":"string"}}},"Document.DocumentListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"originName":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"extension":{"type":"string"},"universe":{"default":"Document","example":"Document","type":"string"},"stakeName":{"type":"string","nullable":true},"sketchName":{"type":"string","nullable":true},"size":{"type":"string"},"createdDate":{"type":"string","format":"date-time"}}},"Document.DocumentPutInput":{"type":"object","description":""},"DocumentType.DocumentTypeDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"DocumentType.DocumentTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"DocumentType.DocumentTypePostInput":{"type":"object","description":""},"DocumentType.DocumentTypePutInput":{"type":"object","description":""},"FilterValueOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"value":{"type":"string"},"linkTo":{"type":"array","items":{"type":"integer"}}}},"Folder":{"type":"object","description":"'post_import_xmind' => [\n'method' => 'post',\n'path' => '\/folders\/import\/xmind',\n'security' => 'is_granted(\"ROLE_SUPER_ADMIN\")',\n'output' => ProcessResultOutput::class,\n'deserialize' => false,\n'controller' => ImportXmind::class,\n'openapi_context' => [\n'summary' => 'Imports a XMind file to create\/update a folder structure.',\n'requestBody' => [\n'content' => [\n'multipart\/form-data' => [\n'schema' => [\n'type' => 'object',\n'properties' => [\n'file' => [\n'type' => 'string',\n'format' => 'binary',\n],\n],\n],\n],\n],\n],\n],\n],","properties":{"id":{"readOnly":true,"description":"Identifier of the Folder.","type":"integer"},"name":{"type":"string"},"search":{"type":"string","nullable":true},"parentFolder":{"type":"string","format":"iri-reference","nullable":true},"externalId":{"type":"string","nullable":true},"indexChapter":{"type":"string","format":"iri-reference","nullable":true},"isStart":{"type":"boolean"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"versionNumber":{"type":"string","nullable":true},"previousVersionId":{"type":"string","nullable":true},"start":{"readOnly":true,"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Folder.FolderContentOutput":{"type":"object","description":"'post_import_xmind' => [\n'method' => 'post',\n'path' => '\/folders\/import\/xmind',\n'security' => 'is_granted(\"ROLE_SUPER_ADMIN\")',\n'output' => ProcessResultOutput::class,\n'deserialize' => false,\n'controller' => ImportXmind::class,\n'openapi_context' => [\n'summary' => 'Imports a XMind file to create\/update a folder structure.',\n'requestBody' => [\n'content' => [\n'multipart\/form-data' => [\n'schema' => [\n'type' => 'object',\n'properties' => [\n'file' => [\n'type' => 'string',\n'format' => 'binary',\n],\n],\n],\n],\n],\n],\n],\n],","properties":{"folders":{"description":"Folders in the current folder (subfolders)","type":"array","items":{"$ref":"#\/components\/schemas\/FolderListOutput"}},"chapters":{"description":"Chapters in the current folder","type":"array","items":{"$ref":"#\/components\/schemas\/ChapterListOutput"}}}},"Folder.FolderDetailsOutput":{"type":"object","description":"'post_import_xmind' => [\n'method' => 'post',\n'path' => '\/folders\/import\/xmind',\n'security' => 'is_granted(\"ROLE_SUPER_ADMIN\")',\n'output' => ProcessResultOutput::class,\n'deserialize' => false,\n'controller' => ImportXmind::class,\n'openapi_context' => [\n'summary' => 'Imports a XMind file to create\/update a folder structure.',\n'requestBody' => [\n'content' => [\n'multipart\/form-data' => [\n'schema' => [\n'type' => 'object',\n'properties' => [\n'file' => [\n'type' => 'string',\n'format' => 'binary',\n],\n],\n],\n],\n],\n],\n],\n],","properties":{"id":{"type":"integer"},"name":{"description":"Name of the folder.","type":"string"},"parent":{"description":"parent folder.","anyOf":[{"$ref":"#\/components\/schemas\/FolderDetailsOutput"}],"nullable":true},"externalId":{"description":"Exertnal (partner) ID for the folder.","type":"string","nullable":true},"indexChapter":{"description":"Index chapter for this folder.","anyOf":[{"$ref":"#\/components\/schemas\/ChapterDetailsOutput"}],"nullable":true},"isStart":{"description":"Is this a starting folder.","type":"boolean"}}},"Folder.FolderListOutput":{"type":"object","description":"'post_import_xmind' => [\n'method' => 'post',\n'path' => '\/folders\/import\/xmind',\n'security' => 'is_granted(\"ROLE_SUPER_ADMIN\")',\n'output' => ProcessResultOutput::class,\n'deserialize' => false,\n'controller' => ImportXmind::class,\n'openapi_context' => [\n'summary' => 'Imports a XMind file to create\/update a folder structure.',\n'requestBody' => [\n'content' => [\n'multipart\/form-data' => [\n'schema' => [\n'type' => 'object',\n'properties' => [\n'file' => [\n'type' => 'string',\n'format' => 'binary',\n],\n],\n],\n],\n],\n],\n],\n],","properties":{"id":{"type":"integer"},"name":{"description":"Name of the folder.","type":"string"},"parent":{"description":"parent folder.","anyOf":[{"$ref":"#\/components\/schemas\/FolderListOutput"}],"nullable":true},"externalId":{"description":"Exertnal (partner) ID for the folder.","type":"string","nullable":true},"indexChapter":{"description":"Index chapter for this folder","anyOf":[{"$ref":"#\/components\/schemas\/ChapterListOutput"}],"nullable":true},"isStart":{"description":"Is this a starting folder.","type":"boolean"}}},"Folder.FolderPostInput":{"type":"object","description":"'post_import_xmind' => [\n'method' => 'post',\n'path' => '\/folders\/import\/xmind',\n'security' => 'is_granted(\"ROLE_SUPER_ADMIN\")',\n'output' => ProcessResultOutput::class,\n'deserialize' => false,\n'controller' => ImportXmind::class,\n'openapi_context' => [\n'summary' => 'Imports a XMind file to create\/update a folder structure.',\n'requestBody' => [\n'content' => [\n'multipart\/form-data' => [\n'schema' => [\n'type' => 'object',\n'properties' => [\n'file' => [\n'type' => 'string',\n'format' => 'binary',\n],\n],\n],\n],\n],\n],\n],\n],","required":["name","parentId","versionNumber","externalId"],"properties":{"name":{"maxLength":255,"type":"string"},"parentId":{"minimum":0,"exclusiveMinimum":true,"type":"integer","nullable":true},"versionNumber":{"type":"string"},"externalId":{"type":"string"}}},"Folder.FolderPutInput":{"type":"object","description":"'post_import_xmind' => [\n'method' => 'post',\n'path' => '\/folders\/import\/xmind',\n'security' => 'is_granted(\"ROLE_SUPER_ADMIN\")',\n'output' => ProcessResultOutput::class,\n'deserialize' => false,\n'controller' => ImportXmind::class,\n'openapi_context' => [\n'summary' => 'Imports a XMind file to create\/update a folder structure.',\n'requestBody' => [\n'content' => [\n'multipart\/form-data' => [\n'schema' => [\n'type' => 'object',\n'properties' => [\n'file' => [\n'type' => 'string',\n'format' => 'binary',\n],\n],\n],\n],\n],\n],\n],\n],","required":["name","parentId"],"properties":{"name":{"maxLength":255,"type":"string"},"parentId":{"minimum":0,"exclusiveMinimum":true,"type":"integer","nullable":true}}},"FolderDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"description":"Name of the folder.","type":"string"},"parent":{"description":"parent folder.","anyOf":[{"$ref":"#\/components\/schemas\/FolderDetailsOutput"}],"nullable":true},"externalId":{"description":"Exertnal (partner) ID for the folder.","type":"string","nullable":true},"indexChapter":{"description":"Index chapter for this folder.","anyOf":[{"$ref":"#\/components\/schemas\/ChapterDetailsOutput"}],"nullable":true},"isStart":{"description":"Is this a starting folder.","type":"boolean"}}},"FolderListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"description":"Name of the folder.","type":"string"},"parent":{"description":"parent folder.","anyOf":[{"$ref":"#\/components\/schemas\/FolderListOutput"}],"nullable":true},"externalId":{"description":"Exertnal (partner) ID for the folder.","type":"string","nullable":true},"indexChapter":{"description":"Index chapter for this folder","anyOf":[{"$ref":"#\/components\/schemas\/ChapterListOutput"}],"nullable":true},"isStart":{"description":"Is this a starting folder.","type":"boolean"}}},"FolderTreeOutput":{"type":"object","description":"","properties":{"folders":{"description":"Folders in the current folder (subfolders)","type":"array","items":{"$ref":"#\/components\/schemas\/FolderTreeOutput"}},"chapters":{"description":"Chapters in the current folder","type":"array","items":{"$ref":"#\/components\/schemas\/ChapterDisplayableOutput"}},"id":{"type":"integer"},"name":{"description":"Name of the folder.","type":"string"},"parent":{"description":"parent folder.","anyOf":[{"$ref":"#\/components\/schemas\/FolderDetailsOutput"}],"nullable":true},"externalId":{"description":"Exertnal (partner) ID for the folder.","type":"string","nullable":true},"indexChapter":{"description":"Index chapter for this folder.","anyOf":[{"$ref":"#\/components\/schemas\/ChapterDetailsOutput"}],"nullable":true},"isStart":{"description":"Is this a starting folder.","type":"boolean"}}},"Header":{"type":"object","description":"","properties":{"key":{"type":"string"},"headerCells":{"type":"array","items":{"$ref":"#\/components\/schemas\/HeaderCell"}}}},"HeaderCell":{"type":"object","description":"","properties":{"value":{"type":"string"}}},"Import":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Import.","type":"integer"},"versionNumber":{"type":"string"},"label":{"type":"string"},"changelog":{"type":"string","nullable":true},"isPublished":{"type":"boolean"},"publishedDate":{"type":"string","format":"date-time","nullable":true},"filePath":{"type":"string"},"rootFolder":{"type":"string","format":"iri-reference","nullable":true},"garbageFolder":{"type":"string","format":"iri-reference","nullable":true},"status":{"default":"new","example":"new","type":"string"},"statusMessage":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"published":{"readOnly":true,"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Import.FolderTreeOutput":{"type":"object","description":"","properties":{"folders":{"description":"Folders in the current folder (subfolders)","type":"array","items":{"$ref":"#\/components\/schemas\/FolderTreeOutput"}},"chapters":{"description":"Chapters in the current folder","type":"array","items":{"$ref":"#\/components\/schemas\/ChapterDisplayableOutput"}},"id":{"type":"integer"},"name":{"description":"Name of the folder.","type":"string"},"parent":{"description":"parent folder.","anyOf":[{"$ref":"#\/components\/schemas\/FolderDetailsOutput"}],"nullable":true},"externalId":{"description":"Exertnal (partner) ID for the folder.","type":"string","nullable":true},"indexChapter":{"description":"Index chapter for this folder.","anyOf":[{"$ref":"#\/components\/schemas\/ChapterDetailsOutput"}],"nullable":true},"isStart":{"description":"Is this a starting folder.","type":"boolean"}}},"Import.ImportDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"versionNumber":{"description":"version number for this import.","type":"string"},"label":{"description":"label (title) for this import.","type":"string"},"changelog":{"description":"changelog for this import.","type":"string","nullable":true},"isPublished":{"description":"whether this import is published (as cached tree).","type":"boolean"},"rootFolder":{"description":"root folder for this import.","anyOf":[{"$ref":"#\/components\/schemas\/FolderDetailsOutput"}],"nullable":true},"garbageFolder":{"description":"garbage folder for this import.","anyOf":[{"$ref":"#\/components\/schemas\/FolderDetailsOutput"}],"nullable":true},"status":{"description":"status of this import.","type":"string"}}},"Import.ImportListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"versionNumber":{"description":"version number for this import.","type":"string"},"label":{"description":"label (title) for this import.","type":"string"},"changelog":{"description":"changelog for this import.","type":"string","nullable":true},"isPublished":{"description":"whether this import is published (as cached tree).","type":"boolean"},"rootFolder":{"description":"root folder for this import.","anyOf":[{"$ref":"#\/components\/schemas\/FolderListOutput"}],"nullable":true},"garbageFolder":{"description":"garbage folder for this import.","anyOf":[{"$ref":"#\/components\/schemas\/FolderListOutput"}],"nullable":true},"status":{"description":"status of this import.","type":"string"}}},"Language.LanguageDetailsOutput":{"type":"object","description":"","properties":{"alpha3":{"description":"ISO 639 alpha 3 code","type":"string"},"alpha2":{"description":"ISO 639 alpha 2 code","type":"string","nullable":true},"nameEn":{"description":"english name of the language.","type":"string"},"nameFr":{"description":"french name of the language.","type":"string"}}},"Language.LanguageListOutput":{"type":"object","description":"","properties":{"alpha3":{"description":"ISO 639 alpha 3 code","type":"string"},"alpha2":{"description":"ISO 639 alpha 2 code","type":"string","nullable":true},"nameEn":{"description":"english name of the language.","type":"string"},"nameFr":{"description":"french name of the language.","type":"string"}}},"Notification":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the notification.","type":"integer"},"notificationType":{"type":"string","format":"iri-reference"},"user":{"type":"string","format":"iri-reference","nullable":true},"fields":{"type":"array","items":{"type":"string"},"nullable":true},"titleFields":{"type":"array","items":{"type":"string"},"nullable":true},"attachmentDocIds":{"type":"array","items":{"type":"string"},"nullable":true},"isNotificationPushSeen":{"type":"boolean"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"notificationPushSeen":{"readOnly":true,"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Notification.NotificationListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"content":{"type":"string"},"notificationType":{"type":"string"},"createdDate":{"type":"string","format":"date-time"}}},"NotificationLog":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the notification type.","type":"integer"},"notification":{"type":"string","format":"iri-reference"},"channel":{"maxLength":100,"type":"string"},"sendId":{"maxLength":100,"type":"string","nullable":true},"notificationContactId":{"maxLength":100,"type":"string","nullable":true},"details":{"type":"array","items":{"type":"string"},"nullable":true},"cost":{"type":"number","nullable":true},"status":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"NotificationLog.NotificationLogDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"channel":{"type":"string"},"status":{"type":"string"},"email":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"notificationType":{"type":"string"}}},"NotificationLog.NotificationLogListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"channel":{"type":"string"},"status":{"type":"string"},"notificationType":{"type":"string"},"createdDate":{"type":"string","format":"date-time"}}},"NotificationTemplate":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the notification template.","type":"integer"},"notificationType":{"type":"string","format":"iri-reference"},"template":{"description":"The template of the notification type. This cannot exceed 4,294,967,295 chars.","type":"string"},"channel":{"type":"string"},"notificationTemplateId":{"type":"string","nullable":true},"version":{"default":1,"example":1,"type":"integer"},"language":{"default":"fr","example":"fr","type":"string"},"title":{"type":"string"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"NotificationTemplate.FilterOutput":{"type":"object","description":"","properties":{"typeFilter":{"type":"string"},"typeValue":{"type":"string"},"name":{"type":"string"},"values":{"type":"array","items":{"$ref":"#\/components\/schemas\/FilterValueOutput"},"nullable":true}}},"NotificationTemplate.NotificationTemplateDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"notification_type":{"type":"string"},"parameters":{"type":"array","items":{"type":"string"},"nullable":true},"title_parameters":{"type":"array","items":{"type":"string"},"nullable":true},"template":{"type":"string"},"channel":{"type":"string"},"version":{"type":"integer"},"language":{"type":"string"},"title":{"type":"string"}}},"NotificationTemplate.NotificationTemplateListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"notification_type":{"type":"string"},"channel":{"type":"string"},"language":{"type":"string"},"title":{"type":"string"}}},"NotificationTemplate.NotificationTemplatePostInput":{"type":"object","description":"","required":["title","template","notification_type","channel","language"],"properties":{"title":{"type":"string"},"template":{"type":"string"},"notification_type":{"type":"string"},"channel":{"type":"string"},"language":{"type":"string"}}},"NotificationType":{"type":"object","description":"","properties":{"id":{"description":"Identifier of the notification type.","type":"string"},"description":{"type":"string"},"isSms":{"type":"boolean"},"isEmail":{"type":"boolean"},"isFirebase":{"type":"boolean"},"parameters":{"type":"array","items":{"type":"string"}},"titleParameters":{"type":"array","items":{"type":"string"},"nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"NotificationType.NotificationTypeDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"description":{"type":"string"},"isSms":{"type":"boolean"},"isEmail":{"type":"boolean"},"isLetter":{"type":"boolean"},"isPush":{"type":"boolean"},"parameters":{"type":"array","items":{"type":"string"},"nullable":true},"titleParameters":{"type":"array","items":{"type":"string"},"nullable":true}}},"NotificationType.NotificationTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"description":{"type":"string"},"isSms":{"type":"boolean"},"isEmail":{"type":"boolean"},"isLetter":{"type":"boolean"},"isPush":{"type":"boolean"}}},"NotificationType.NotificationTypePostInput":{"type":"object","description":""},"NotificationType.NotificationTypePutInput":{"type":"object","description":""},"Parameter":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Parameter.","type":"integer"},"defaultValue":{"type":"string","nullable":true},"defaultMetric":{"type":"string","nullable":true},"orderDisplay":{"type":"integer","nullable":true},"name":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"format":{"type":"array","items":{"type":"string"},"nullable":true},"entityType":{"type":"string","nullable":true},"isMandatory":{"type":"boolean"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"mandatory":{"readOnly":true,"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Parameter.ParameterDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"parameterName":{"type":"string"},"value":{"$ref":"#\/components\/schemas\/ValueOutput"}}},"Parameter.ParameterListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"parameterName":{"type":"string"},"value":{"$ref":"#\/components\/schemas\/ValueOutput"}}},"Parameter.ParameterPostInput":{"type":"object","description":"","properties":{"parameterName":{"type":"string"},"value":{"type":"string"},"metric":{"type":"string","nullable":true}}},"Parameter.ParameterPutInput":{"type":"object","description":""},"PaymentSubscription":{"type":"object","description":"","properties":{"paymentModeTypes":{"readOnly":true,"default":["bank_check","cash","card"],"example":["bank_check","cash","card"],"type":"array","items":{"type":"string"}},"id":{"readOnly":true,"description":"Identifier of the Payment Subscription.","type":"integer"},"amount":{"type":"number","nullable":true},"feeAmount":{"type":"number","nullable":true},"amountWithoutFee":{"type":"number","nullable":true},"subscription":{"type":"string","format":"iri-reference","nullable":true},"paymentDate":{"type":"string","format":"date-time","nullable":true},"stripePaymentIntentId":{"type":"string","nullable":true},"checkoutId":{"type":"string","nullable":true},"invoiceId":{"type":"string","nullable":true},"expMonth":{"type":"string","nullable":true},"expYear":{"type":"string","nullable":true},"last4":{"type":"string","nullable":true},"cardBrand":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"errorReason":{"type":"string","nullable":true},"oldStatuses":{"type":"array","items":{"type":"string"},"nullable":true},"isRefunded":{"type":"boolean"},"refundDate":{"type":"string","format":"date-time","nullable":true},"currency":{"anyOf":[{"$ref":"#\/components\/schemas\/Currency"}],"nullable":true},"billing":{"type":"string","format":"iri-reference","nullable":true},"paymentMode":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"refunded":{"readOnly":true,"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"PaymentSubscription.PaymentSubscriptionDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"PaymentSubscription.PaymentSubscriptionListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"PaymentSubscription.PaymentSubscriptionPostInput":{"type":"object","description":""},"PaymentSubscription.PaymentSubscriptionPutInput":{"type":"object","description":""},"PdfTemplate":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the PdfTemplate.","type":"integer"},"path":{"description":"Get the value of path","type":"string","nullable":true},"templateCarboneId":{"description":"Get the value of templateCarboneId","type":"string","nullable":true},"type":{"description":"Get the value of type","type":"string","format":"iri-reference","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"PdfTemplate.PdfTemplateDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"PdfTemplate.PdfTemplateListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"PdfTemplate.PdfTemplatePostInput":{"type":"object","description":""},"PdfTemplate.PdfTemplatePutInput":{"type":"object","description":""},"PromotionCode":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the PromotionCode.","type":"integer"},"coupon":{"type":"string","format":"iri-reference"},"publicCode":{"type":"string"},"active":{"readOnly":true,"default":true,"example":true,"type":"boolean"},"expiresAt":{"type":"string","format":"date-time","nullable":true},"maxRedemptions":{"type":"integer","nullable":true},"firstTimeTransaction":{"type":"boolean"},"minimumAmount":{"type":"integer","nullable":true},"stripeId":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"isActive":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"PromotionCode.PromotionCodeDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"isActive":{"type":"boolean"},"firstTimeTransaction":{"type":"boolean"},"maxRedemption":{"type":"integer","nullable":true},"minimumAmount":{"type":"number","nullable":true},"publicCode":{"type":"string"},"expirationDate":{"type":"string","format":"date-time"},"stripeId":{"type":"string"},"coupon":{"$ref":"#\/components\/schemas\/CouponDetailsOutput"}}},"PromotionCode.PromotionCodeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"isActive":{"type":"boolean"},"firstTimeTransaction":{"type":"boolean"},"maxRedemption":{"type":"integer","nullable":true},"minimumAmount":{"type":"number","nullable":true},"publicCode":{"type":"string"},"expirationDate":{"type":"string","format":"date-time"},"stripeId":{"type":"string"},"coupon":{"$ref":"#\/components\/schemas\/CouponDetailsOutput"}}},"PromotionCode.PromotionCodePostInput":{"type":"object","description":"","properties":{"firstTimeTransaction":{"type":"boolean"},"maxRedemption":{"type":"integer","nullable":true},"minimumAmount":{"type":"number","nullable":true},"publicCode":{"type":"string"},"expirationDate":{"type":"string","format":"date-time"},"coupon":{"$ref":"#\/components\/schemas\/CouponPostInput"}},"required":["publicCode","expirationDate","coupon"]},"PromotionCode.PromotionCodePutInput":{"type":"object","description":""},"Row":{"type":"object","description":"","properties":{"key":{"type":"string"},"rowCells":{"type":"array","items":{"$ref":"#\/components\/schemas\/RowCell"}}}},"RowCell":{"type":"object","description":"","properties":{"value":{"type":"number"}}},"Serie":{"type":"object","description":"","properties":{"x":{"type":"string"},"y":{"type":"number"},"colorKey":{"type":"string"}}},"SessionRecording":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the SessionRecording.","type":"integer"},"uniqueId":{"type":"string"},"generalComment":{"type":"string","nullable":true},"startDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"steps":{"type":"array","items":{"type":"string"}},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"SessionRecording.SessionRecordingDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"uniqueId":{"description":"Unique identifier for this session recording.","type":"string"},"generalComment":{"description":"Comment on the whole session.","type":"string","nullable":true},"startDate":{"description":"Start date of the session.","type":"string","format":"date-time"},"steps":{"description":"Steps for this session.","type":"array","items":{"$ref":"#\/components\/schemas\/SessionRecordingStepOutput"}}}},"SessionRecording.SessionRecordingListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"uniqueId":{"description":"Unique identifier for this session recording.","type":"string"},"generalComment":{"description":"Comment on the whole session.","type":"string","nullable":true},"startDate":{"description":"Start date of the session.","type":"string","format":"date-time"},"steps":{"description":"Steps for this session.","type":"array","items":{"$ref":"#\/components\/schemas\/SessionRecordingStepOutput"}}}},"SessionRecording.SessionRecordingPostInput":{"type":"object","description":"","required":["uniqueId","generalComment","startDate","steps"],"properties":{"uniqueId":{"maxLength":50,"description":"Unique identifier of this session.","type":"string"},"generalComment":{"description":"Comment on the whole session.","type":"string","nullable":true},"startDate":{"description":"Start date of the session","type":"string","format":"date-time"},"steps":{"minItems":1,"description":"Steps of the session recording.","type":"array","items":{"$ref":"#\/components\/schemas\/SessionRecordingStepInput"}}}},"SessionRecordingStepInput":{"type":"object","description":"","required":["chapterTitle","parentFolderTitle","comment"],"properties":{"chapterTitle":{"maxLength":255,"type":"string"},"parentFolderTitle":{"maxLength":255,"type":"string"},"comment":{"description":"Comment on the step.","type":"string","nullable":true},"order":{"description":"order on the step.","type":"integer"}}},"SessionRecordingStepOutput":{"type":"object","description":"","properties":{"chapterTitle":{"description":"Title of the chapter.","type":"string"},"parentFolderTitle":{"description":"Title of the parent folder.","type":"string"},"comment":{"description":"Comment on the step.","type":"string","nullable":true},"order":{"description":"Order of the step in the session.","type":"integer"}}},"Statistics.ChartStatistics":{"type":"object","description":"","properties":{"chartType":{"type":"string"},"chartDisplayType":{"type":"string"},"chartTitle":{"type":"string"},"xAxis":{"$ref":"#\/components\/schemas\/Axis"},"yAxis":{"$ref":"#\/components\/schemas\/Axis"},"chartDatas":{"type":"array","items":{"$ref":"#\/components\/schemas\/ChartData"}}}},"Statistics.TableStatistics":{"type":"object","description":"","properties":{"tableTitle":{"type":"string"},"displayTotalRow":{"type":"boolean"},"headers":{"$ref":"#\/components\/schemas\/Header"},"rows":{"type":"array","items":{"$ref":"#\/components\/schemas\/Row"}}}},"Subscription":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Subscription.","type":"integer"},"subscriptionPlan":{"type":"string","format":"iri-reference"},"subscriptionPrice":{"type":"string","format":"iri-reference"},"discount":{"type":"string","format":"iri-reference","nullable":true},"buyer":{"type":"string","format":"iri-reference","nullable":true},"subscriptionDate":{"type":"string","format":"date-time","nullable":true},"subscriptionStripeId":{"type":"string","nullable":true},"expMonth":{"type":"string","nullable":true},"expYear":{"type":"string","nullable":true},"last4":{"type":"string","nullable":true},"cardBrand":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"endDate":{"type":"string","format":"date-time","nullable":true},"isExpired":{"type":"boolean"},"intervalRecurrence":{"type":"string"},"intervalCount":{"type":"integer"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"trial":{"readOnly":true,"type":"boolean"},"isTrial":{"type":"boolean"},"expired":{"readOnly":true,"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Subscription.SubscriptionDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"createdDate":{"type":"string","format":"date-time"},"price":{"$ref":"#\/components\/schemas\/SubscriptionPriceDetailsOutput"},"discountCode":{"type":"string","nullable":true},"companyName":{"type":"string"},"companyId":{"type":"string"}}},"Subscription.SubscriptionListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"createdDate":{"type":"string","format":"date-time"},"price":{"$ref":"#\/components\/schemas\/SubscriptionPriceDetailsOutput"},"discountCode":{"type":"string","nullable":true},"companyName":{"type":"string"},"companyId":{"type":"string"}}},"Subscription.SubscriptionPostInput":{"type":"object","description":"","properties":{"subscriptionPriceId":{"type":"integer","nullable":true},"promotionalCodeId":{"type":"integer","nullable":true}}},"Subscription.SubscriptionPutInput":{"type":"object","description":""},"Subscription.UnsubscribePostInput":{"type":"object","description":""},"SubscriptionPlan":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the SubscriptionPlan.","type":"integer"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"htmlRender":{"type":"string","nullable":true},"functionnalities":{"type":"array","items":{"type":"string"},"nullable":true},"stripeProductId":{"type":"string","nullable":true},"prices":{"type":"array","items":{"type":"string","format":"iri-reference"}},"defaultSubscriptionPrice":{"type":"string","format":"iri-reference","nullable":true},"roles":{"type":"array","items":{"type":"string"},"nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"SubscriptionPlan.SubscriptionPlanDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"stripeProductId":{"type":"string"},"functionalities":{"type":"array","items":{"type":"string"},"nullable":true},"description":{"type":"string"},"htmlRender":{"type":"string","nullable":true},"prices":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubscriptionPriceDetailsOutput"}}}},"SubscriptionPlan.SubscriptionPlanListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"description":{"type":"string"},"functionalities":{"type":"array","items":{"type":"string"},"nullable":true},"htmlRender":{"type":"string","nullable":true},"monthlyPrice":{"anyOf":[{"$ref":"#\/components\/schemas\/SubscriptionPriceDetailsOutput"}],"nullable":true},"monthlyWithCommitmentPrice":{"anyOf":[{"$ref":"#\/components\/schemas\/SubscriptionPriceDetailsOutput"}],"nullable":true},"prices":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubscriptionPriceDetailsOutput"}},"coupon":{"type":"string","nullable":true}}},"SubscriptionPlan.SubscriptionPlanPostInput":{"type":"object","description":""},"SubscriptionPlan.SubscriptionPlanPutInput":{"type":"object","description":""},"SubscriptionPrice":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the SubscriptionPrice.","type":"integer"},"priceHT":{"type":"string"},"vat":{"type":"string"},"priceTTC":{"type":"string","nullable":true},"feeAmountTTC":{"type":"number","nullable":true},"feeAmountHT":{"type":"number","nullable":true},"feePercent":{"type":"number","nullable":true},"totalHT":{"type":"number","nullable":true},"totalTTC":{"type":"number","nullable":true},"intervalRecurrence":{"type":"string"},"intervalCount":{"type":"integer"},"subscriptionPlan":{"type":"string","format":"iri-reference"},"withCommitment":{"type":"boolean"},"currency":{"anyOf":[{"$ref":"#\/components\/schemas\/Currency"}],"nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"SubscriptionPrice.SubscriptionPriceDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"priceHT":{"type":"number","nullable":true},"defaultPriceHT":{"type":"number","nullable":true},"vat":{"type":"number"},"priceTTC":{"type":"number","nullable":true},"billingPeriod":{"type":"string"},"SIREN":{"type":"string","nullable":true}}},"SubscriptionPrice.SubscriptionPriceListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"priceHT":{"type":"number"},"defaultPriceHT":{"type":"number","nullable":true},"vat":{"type":"number"},"priceTTC":{"type":"number","nullable":true},"billingPeriod":{"type":"string"},"SIREN":{"type":"string","nullable":true}}},"SubscriptionPrice.SubscriptionPricePostInput":{"type":"object","description":"","required":["priceHT","billingPeriod","SIREN"],"properties":{"priceHT":{"type":"number"},"billingPeriod":{"type":"string"},"SIREN":{"type":"string"}}},"SubscriptionPrice.SubscriptionPricePutInput":{"type":"object","description":"","required":["priceHT"],"properties":{"priceHT":{"type":"number"}}},"SubscriptionPriceDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"priceHT":{"type":"number","nullable":true},"defaultPriceHT":{"type":"number","nullable":true},"vat":{"type":"number"},"priceTTC":{"type":"number","nullable":true},"billingPeriod":{"type":"string"},"SIREN":{"type":"string","nullable":true}}},"SystemConfiguration.SystemConfigurationDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"value":{"type":"string","nullable":true}}},"SystemConfiguration.SystemConfigurationListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"value":{"type":"string","nullable":true}}},"SystemConfiguration.SystemConfigurationPostInput":{"type":"object","description":""},"SystemConfiguration.SystemConfigurationPutInput":{"type":"object","description":""},"User":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the User.","type":"integer"},"email":{"description":"Email address of the user.","type":"string","nullable":true},"firstName":{"description":"First name of the user.","type":"string","nullable":true},"lastName":{"description":"Last name of the user.","type":"string","nullable":true},"login":{"description":"Login of the user.","type":"string"},"roles":{"description":"Access roles of the user.","type":"array","items":{"type":"string"}},"password":{"description":"The hashed password.","type":"string"},"emailCheck":{"type":"boolean"},"reinitCheck":{"type":"boolean"},"notificationContactId":{"type":"string","nullable":true},"checkCode":{"description":"Last name of the user.","type":"string","nullable":true},"codeCheckTry":{"type":"integer"},"search":{"type":"string","nullable":true},"stripeCustomerId":{"type":"string","nullable":true},"country":{"type":"string","format":"iri-reference","nullable":true},"currency":{"anyOf":[{"$ref":"#\/components\/schemas\/Currency"}],"nullable":true},"uniqueKey":{"type":"string","nullable":true},"subscriptionPlan":{"type":"string","format":"iri-reference","nullable":true},"address":{"type":"string","format":"iri-reference","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"role":{"writeOnly":true,"type":"array","items":{"type":"string"}},"salt":{"readOnly":true},"username":{"readOnly":true},"userIdentifier":{"readOnly":true},"deleted":{"readOnly":true,"type":"boolean"}}},"User.UserAddOrDeleteRolesInput":{"type":"object","description":"","required":["roles"],"properties":{"roles":{"description":"Roles to add or update.","type":"array","items":{"type":"string"}}}},"User.UserConnectionListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"userId":{"type":"integer"},"ipAddress":{"description":"ip address of the user","type":"string","nullable":true},"createdDate":{"description":"date of the connection","type":"string","nullable":true},"userAgent":{"type":"string","nullable":true},"acceptHeaders":{"type":"string","nullable":true},"os":{"type":"string","nullable":true},"layout":{"type":"string","nullable":true},"size":{"type":"string","nullable":true}}},"User.UserDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"email":{"description":"Email address of the user.","type":"string","nullable":true},"login":{"description":"Login of the user.","type":"string"},"firstName":{"description":"First name of the user.","type":"string","nullable":true},"lastName":{"description":"Last name of the user.","type":"string","nullable":true},"roles":{"description":"Access roles of the user.","type":"array","items":{"type":"string"}},"createdDate":{"description":"creation date of the user","type":"string","format":"date-time"}}},"User.UserListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"firstName":{"description":"First name of the user.","type":"string","nullable":true},"lastName":{"description":"Last name of the user.","type":"string","nullable":true},"email":{"description":"Email address of the user.","type":"string","nullable":true},"hasSubscription":{"type":"boolean"},"createdDate":{"description":"creation date of the user","type":"string","format":"date-time"}}},"User.UserPostInput":{"type":"object","description":"","required":["firstName","lastName","email","password"],"properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"email":{"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string"},"password":{"pattern":"^(.*(^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)(?=.*[!\"#$%&\\'()*,+\\-.\/:;<=>?@[\\]^_`{|}~])[A-Za-z\\d!\"#$%&\\'()*,+\\-.\/:;<=>?@[\\]^_`{|}~]{8,}$).*)$","type":"string"},"country":{"default":"FR","example":"FR","type":"string","nullable":true}}},"User.UserPutInput":{"type":"object","description":"","required":["firstName","lastName","email"],"properties":{"firstName":{"minLength":2,"maxLength":100,"description":"The first name of the user to update.","type":"string"},"lastName":{"minLength":2,"maxLength":100,"description":"The last name of the user to update.","type":"string"},"email":{"minLength":2,"maxLength":180,"format":"email","description":"The email address of the user to update.","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string"}}},"UserConnection.UserConnectionDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"user":{"description":"user linked to the connection","$ref":"#\/components\/schemas\/UserDetailsOutput"},"ipAddress":{"description":"ip address of the user","type":"string","nullable":true},"createdDate":{"description":"date of the connection","type":"string","nullable":true},"userAgent":{"type":"string","nullable":true},"acceptHeaders":{"type":"string","nullable":true},"os":{"type":"string","nullable":true},"layout":{"type":"string","nullable":true},"size":{"type":"string","nullable":true}}},"UserConnection.UserConnectionListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"userId":{"type":"integer"},"ipAddress":{"description":"ip address of the user","type":"string","nullable":true},"createdDate":{"description":"date of the connection","type":"string","nullable":true},"userAgent":{"type":"string","nullable":true},"acceptHeaders":{"type":"string","nullable":true},"os":{"type":"string","nullable":true},"layout":{"type":"string","nullable":true},"size":{"type":"string","nullable":true}}},"UserDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"email":{"description":"Email address of the user.","type":"string","nullable":true},"login":{"description":"Login of the user.","type":"string"},"firstName":{"description":"First name of the user.","type":"string","nullable":true},"lastName":{"description":"Last name of the user.","type":"string","nullable":true},"roles":{"description":"Access roles of the user.","type":"array","items":{"type":"string"}},"createdDate":{"description":"creation date of the user","type":"string","format":"date-time"}}},"ValueOutput":{"type":"object","description":"","properties":{"metric":{"type":"string","nullable":true},"value":{"type":"string","nullable":true}}},"Token":{"type":"object","properties":{"token":{"type":"string","readOnly":true},"refresh_token":{"type":"string","readOnly":true}}},"RefeshToken":{"type":"object","properties":{"refresh_token":{"type":"string"}}},"Credentials":{"type":"object","properties":{"login":{"type":"string","example":"admin"},"password":{"type":"string","example":"admin"}}},"emailCheckCode":{"type":"object","properties":{"email":{"type":"string","example":""},"code":{"type":"string","example":""},"type":{"type":"string","example":"user"},"brand":{"type":"int","example":1}}},"emailResendCode":{"type":"object","properties":{"email":{"type":"string","example":""},"brand":{"type":"int","example":1},"type":{"type":"string","example":"user"}}},"reinitPasswordValidate":{"type":"object","properties":{"email":{"type":"string","example":"toto@titi.fr"},"code":{"type":"string","example":"123"},"newPassword":{"type":"string","example":""},"brand":{"type":"int","example":""},"type":{"type":"string","example":"user"}}},"reinitPasswordRequest":{"type":"object","properties":{"email":{"type":"string","example":"toto@titi.fr"},"brand":{"type":"int","example":""},"type":{"type":"string","example":"user"}}}},"responses":{},"parameters":{},"examples":{},"requestBodies":{},"headers":{},"securitySchemes":{"apiKey":{"type":"apiKey","description":"Value for the Authorization header parameter.","name":"Authorization","in":"header"}}},"security":[{"apiKey":[]}],"tags":[]}