{"openapi":"3.0.1","info":{"title":"OpenAPI definition","version":"v0"},"servers":[{"url":"https://ecomm-admin-cms.api.int.pricesmart.com","description":"Generated server url"}],"tags":[{"name":"Actuator","description":"Monitor and interact","externalDocs":{"description":"Spring Boot Actuator Web API Documentation","url":"https://docs.spring.io/spring-boot/docs/current/actuator-api/html/"}}],"paths":{"/api/v1/issue/report/edit":{"put":{"tags":["issue-resource"],"operationId":"editScheduledIssue","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EditIssueRequestDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/IssueResponseDTO"}}}}}}},"/api/v1/flags/{serviceId}/membership-status/{membership}":{"get":{"tags":["flag-resource"],"operationId":"checkMembershipStatus","parameters":[{"name":"serviceId","in":"path","required":true,"schema":{"type":"string"}},{"name":"membership","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResultBoolean"}}}}}},"put":{"tags":["flag-resource"],"operationId":"updateMembershipStatus","parameters":[{"name":"serviceId","in":"path","required":true,"schema":{"type":"string"}},{"name":"membership","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResultBoolean"}}}}}}},"/api/v1/asset/catalog/{id}":{"get":{"tags":["asset-resource"],"operationId":"getCatalogById","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CatalogItemDTO"}}}}}},"put":{"tags":["asset-resource"],"operationId":"replaceOrUpdate","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":{"type":"object"}}}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CatalogItemDTO"}}}}}},"delete":{"tags":["asset-resource"],"operationId":"deleteCatalogItem","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}},"patch":{"tags":["asset-resource"],"operationId":"addItems","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":{"type":"object"}}}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CatalogItemDTO"}}}}}}},"/api/v1/admin/old-flags":{"put":{"tags":["admin-resource"],"operationId":"updateOldFlag","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FlagDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/FlagDTO"}}}}}}},"/api/v1/admin/flag":{"put":{"tags":["admin-resource"],"operationId":"updateFlag","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericFlagDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/GenericFlagDTO"}}}}}},"post":{"tags":["admin-resource"],"operationId":"saveNewFlag","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericFlagDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/GenericFlagDTO"}}}}}}},"/api/v1/admin/asset/{serviceId}":{"put":{"tags":["admin-resource"],"operationId":"updateAsset","parameters":[{"name":"serviceId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"object"}}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AssetDTO"}}}}}},"delete":{"tags":["admin-resource"],"operationId":"deleteAsset","parameters":[{"name":"serviceId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/v1/admin/asset/{serviceId}/status/{hideStatus}":{"put":{"tags":["admin-resource"],"operationId":"updateHiddenStatus","parameters":[{"name":"serviceId","in":"path","required":true,"schema":{"type":"string"}},{"name":"hideStatus","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AssetDTO"}}}}}}},"/api/v1/smart-payments/report":{"get":{"tags":["smart-payments-resource"],"operationId":"getAllReports","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}},{"name":"username","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PageSmartPaymentReportDTO"}}}}}},"post":{"tags":["smart-payments-resource"],"operationId":"createReport","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SmartPaymentReportDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SmartPaymentReportDTO"}}}}}}},"/api/v1/member-operations/member-update":{"post":{"tags":["commercetools-resource"],"operationId":"updateMember","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CTMemberUpdateDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"object"}}}}}}}},"/api/v1/issue/report":{"get":{"tags":["issue-resource"],"operationId":"getIssues","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}},{"name":"username","in":"query","required":false,"schema":{"type":"string"}},{"name":"platform","in":"query","required":false,"schema":{"type":"string"}},{"name":"env","in":"query","required":true,"schema":{"pattern":"dev|dev2|devel|devel2|stage|prod|black","type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PageIssueResponseDTO"}}}}}},"post":{"tags":["issue-resource"],"operationId":"publishIssue","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IssueRequestDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/IssueResponseDTO"}}}}}}},"/api/v1/issue/report/cancel/{id}":{"post":{"tags":["issue-resource"],"operationId":"cancelScheduledIssue","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"username","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/v1/config/logout":{"post":{"tags":["config-resource"],"operationId":"userLogout","parameters":[{"name":"refreshToken","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDTO"}}}}}}},"/api/v1/asset/catalog":{"post":{"tags":["asset-resource"],"operationId":"saveCatalogItem","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CatalogItemDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CatalogItemDTO"}}}}}}},"/api/v1/admin/mobile-version":{"post":{"tags":["admin-resource"],"operationId":"saveNewMobileVersion","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MobileVersionDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/MobileVersionDTO"}}}}}},"delete":{"tags":["admin-resource"],"operationId":"deleteMobileVersion","parameters":[{"name":"version","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/v1/admin/asset":{"get":{"tags":["admin-resource"],"operationId":"getAllAssets_1","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/AssetDTO"}}}}}}},"post":{"tags":["admin-resource"],"operationId":"saveNewAsset","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AssetDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AssetDTO"}}}}}}},"/api/pickup-orders/pickup":{"post":{"tags":["pickup-resource"],"operationId":"confirmPickup","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"Organization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RequestConfirmPickupDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ResponseConfirmPickupDTO"}}}}}}}},"/api/v1/smart-payments/report/{id}":{"get":{"tags":["smart-payments-resource"],"operationId":"getReportById","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SmartPaymentReportDTO"}}}}}}},"/api/v1/member-operations/member-details/{membership}":{"get":{"tags":["commercetools-resource"],"operationId":"getMemberDetails","parameters":[{"name":"membership","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"object"}}}}}}}},"/api/v1/issue/report/{id}":{"get":{"tags":["issue-resource"],"operationId":"getIssueById","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/IssueResponseDTO"}}}}}}},"/api/v1/issue/report/asset/{issueId}":{"get":{"tags":["issue-resource"],"operationId":"getIssueAsset","parameters":[{"name":"issueId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"object"}}}}}}}},"/api/v1/issue/logs/{id}":{"get":{"tags":["issue-resource"],"operationId":"getIssueLogs","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/IssueLogDTO"}}}}}}}},"/api/v1/flags/{serviceId}":{"get":{"tags":["flag-resource"],"operationId":"getFlags","parameters":[{"name":"serviceId","in":"path","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PageGenericFlagDTO"}}}}}}},"/api/v1/flags/{serviceId}/{keyName}":{"get":{"tags":["flag-resource"],"operationId":"getFlag","parameters":[{"name":"serviceId","in":"path","required":true,"schema":{"type":"string"}},{"name":"keyName","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/GenericFlagDTO"}}}}}}},"/api/v1/flags/mobile/versions":{"get":{"tags":["flag-resource"],"operationId":"getMobileVersion","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDTO"}}}}}}},"/api/v1/flags/mobile/landingPages":{"get":{"tags":["flag-resource"],"operationId":"getMobileLandingPages","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDTO"}}}}}}},"/api/v1/flags/mobile/flag":{"get":{"tags":["flag-resource"],"operationId":"getMobileFlag","parameters":[{"name":"key","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/FlagDTO"}}}}}}},"/api/v1/flags/mobile/all":{"get":{"tags":["flag-resource"],"operationId":"getAllMobileFlags","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDTO"}}}}}}},"/api/v1/config/viewer-platforms":{"get":{"tags":["config-resource"],"operationId":"getEditableRoles","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string"}}}}}}}},"/api/v1/config/userInfo":{"get":{"tags":["config-resource"],"operationId":"getUserInfo","parameters":[{"name":"access_token","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDTO"}}}}}}},"/api/v1/config/tokenCredential":{"get":{"tags":["config-resource"],"operationId":"getTokenCredential","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDTO"}}}}}}},"/api/v1/config/tokenAuthCode":{"get":{"tags":["config-resource"],"operationId":"getTokenAuthCode","parameters":[{"name":"code","in":"query","required":true,"schema":{"type":"string"}},{"name":"redirectUri","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDTO"}}}}}}},"/api/v1/config/refreshToken":{"get":{"tags":["config-resource"],"operationId":"refreshToken","parameters":[{"name":"refreshToken","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDTO"}}}}}}},"/api/v1/config/loginUrl":{"get":{"tags":["config-resource"],"operationId":"getLoginUrl","parameters":[{"name":"redirectUri","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/v1/asset":{"get":{"tags":["asset-resource"],"operationId":"getAllAssets","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/AssetDTO"}}}}}}}},"/api/v1/asset/{serviceId}":{"get":{"tags":["asset-resource"],"operationId":"getAssetsByServiceId","parameters":[{"name":"serviceId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AssetDTO"}}}}}}},"/api/v1/asset/platforms-list":{"get":{"tags":["asset-resource"],"operationId":"getPlatformsList","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"object","additionalProperties":{"type":"object"}}}}}}}}},"/api/v1/asset/input-nodename/{serviceId}/{keyName}/{keyId}":{"get":{"tags":["asset-resource"],"operationId":"getNodeName","parameters":[{"name":"serviceId","in":"path","required":true,"schema":{"type":"string"}},{"name":"keyName","in":"path","required":true,"schema":{"type":"string"}},{"name":"keyId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResultString"}}}}}}},"/api/v1/asset/catalogs":{"get":{"tags":["asset-resource"],"operationId":"getAllCatalogs","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PageCatalogItemDTO"}}}}}}},"/api/v1/asset/catalogs/{serviceId}":{"get":{"tags":["asset-resource"],"operationId":"getAllCatalogsByServiceId","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}},{"name":"serviceId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PageCatalogItemDTO"}}}}}}},"/api/v1/asset/catalog/{serviceId}/{nodeName}":{"get":{"tags":["asset-resource"],"operationId":"getCatalogByServiceIdAndNodeName","parameters":[{"name":"serviceId","in":"path","required":true,"schema":{"type":"string"}},{"name":"nodeName","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CatalogItemDTO"}}}}}}},"/api/users":{"get":{"tags":["public-user-resource"],"operationId":"getAllPublicUsers","parameters":[{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/UserDTO"}}}}}}}},"/api/pickup-orders/check/{membership}":{"get":{"tags":["pickup-resource"],"operationId":"getPickupOrders","parameters":[{"name":"membership","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"Organization","in":"header","required":true,"schema":{"type":"string"}},{"name":"Club","in":"header","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ResponsePickupDTO"}}}}}}}},"/api/authorities":{"get":{"tags":["public-user-resource"],"operationId":"getAuthorities","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string"}}}}}}}},"/api/admin/users":{"get":{"tags":["user-resource"],"operationId":"getAllUsers","parameters":[{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/AdminUserDTO"}}}}}}}},"/api/admin/users/{login}":{"get":{"tags":["user-resource"],"operationId":"getUser","parameters":[{"name":"login","in":"path","required":true,"schema":{"pattern":"^[_.@A-Za-z0-9-]*$","type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AdminUserDTO"}}}}}}},"/api/v1/asset/catalog/{id}/content":{"delete":{"tags":["asset-resource"],"operationId":"deleteContentItems","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"array","items":{"type":"object"}}}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/v1/admin/flag/{serviceId}/{keyName}":{"delete":{"tags":["admin-resource"],"operationId":"deleteFlag","parameters":[{"name":"serviceId","in":"path","required":true,"schema":{"type":"string"}},{"name":"keyName","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/management/loggers/{name}":{"get":{"tags":["Actuator"],"summary":"Actuator web endpoint 'loggers-name'","operationId":"loggers-name_4","parameters":[{"name":"name","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}},"post":{"tags":["Actuator"],"summary":"Actuator web endpoint 'loggers-name'","operationId":"loggers-name_3","parameters":[{"name":"name","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}}},"/management":{"get":{"tags":["Actuator"],"summary":"Actuator root web endpoint","operationId":"links_1","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/Link"}}}}}}}}},"/management/threaddump":{"get":{"tags":["Actuator"],"summary":"Actuator web endpoint 'threaddump'","operationId":"threaddump_4","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}}},"/management/prometheus":{"get":{"tags":["Actuator"],"summary":"Actuator web endpoint 'prometheus'","operationId":"prometheus_2","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}}},"/management/loggers":{"get":{"tags":["Actuator"],"summary":"Actuator web endpoint 'loggers'","operationId":"loggers_2","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}}},"/management/liquibase":{"get":{"tags":["Actuator"],"summary":"Actuator web endpoint 'liquibase'","operationId":"liquibase_2","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}}},"/management/jhiopenapigroups":{"get":{"tags":["Actuator"],"summary":"Actuator web endpoint 'jhiopenapigroups'","operationId":"jhiopenapigroups_2","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}}},"/management/jhimetrics":{"get":{"tags":["Actuator"],"summary":"Actuator web endpoint 'jhimetrics'","operationId":"jhimetrics_2","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}}},"/management/info":{"get":{"tags":["Actuator"],"summary":"Actuator web endpoint 'info'","operationId":"info_2","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}}},"/management/health":{"get":{"tags":["Actuator"],"summary":"Actuator web endpoint 'health'","operationId":"health_2","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}}},"/management/health/**":{"get":{"tags":["Actuator"],"summary":"Actuator web endpoint 'health-path'","operationId":"health-path_2","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}}},"/management/env":{"get":{"tags":["Actuator"],"summary":"Actuator web endpoint 'env'","operationId":"env_2","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}}},"/management/env/{toMatch}":{"get":{"tags":["Actuator"],"summary":"Actuator web endpoint 'env-toMatch'","operationId":"env-toMatch_2","parameters":[{"name":"toMatch","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}}},"/management/configprops":{"get":{"tags":["Actuator"],"summary":"Actuator web endpoint 'configprops'","operationId":"configprops_2","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}}},"/management/configprops/{prefix}":{"get":{"tags":["Actuator"],"summary":"Actuator web endpoint 'configprops-prefix'","operationId":"configprops-prefix_2","parameters":[{"name":"prefix","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"string"}]}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}}}},"components":{"schemas":{"EditIssueRequestDTO":{"required":["changes","description","issueId","username"],"type":"object","properties":{"issueId":{"type":"integer","format":"int32"},"changes":{"type":"array","items":{"type":"object","additionalProperties":{"type":"object"}}},"username":{"type":"string"},"description":{"type":"string"}}},"IssueResponseDTO":{"type":"object","properties":{"id":{"type":"string"},"username":{"type":"string"},"description":{"type":"string"},"body":{"type":"array","items":{"type":"object","additionalProperties":{"type":"object"}}},"previousValues":{"type":"array","items":{"type":"object","additionalProperties":{"type":"object"}}},"status":{"type":"string"},"scheduled":{"type":"boolean"},"scheduledDate":{"type":"string","format":"date-time"},"lastModifiedBy":{"type":"string"},"cancelledBy":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"assetId":{"type":"string"},"platform":{"type":"string"},"env":{"type":"string"}}},"ResultBoolean":{"type":"object","properties":{"success":{"type":"boolean"},"message":{"type":"string"},"data":{"type":"boolean"}}},"CatalogItemDTO":{"type":"object","properties":{"id":{"type":"string"},"serviceId":{"type":"string"},"nodeName":{"type":"string"},"content":{"type":"array","items":{"type":"object","additionalProperties":{"type":"object"}}}}},"FlagDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"keyName":{"type":"string"},"value":{"type":"string"},"description":{"type":"string"},"displayName":{"type":"string"}}},"GenericFlagDTO":{"type":"object","properties":{"id":{"type":"string"},"keyName":{"type":"string"},"displayName":{"type":"string"},"description":{"type":"string"},"value":{"type":"object"},"serviceId":{"type":"string"}}},"AssetDTO":{"type":"object","properties":{"id":{"type":"string"},"serviceId":{"type":"string"},"hasDynamicCatalogs":{"type":"boolean"},"hidden":{"type":"boolean"},"document":{"type":"object","additionalProperties":{"type":"object"}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"ChangeDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"cashierName":{"type":"string"},"cashierNumber":{"type":"string"},"roleId":{"type":"integer","format":"int32"},"reportId":{"type":"integer","format":"int32"}}},"SmartPaymentReportDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"username":{"type":"string"},"action":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"description":{"type":"string"},"env":{"type":"string"},"country":{"type":"string"},"status":{"type":"string"},"changes":{"type":"array","items":{"$ref":"#/components/schemas/ChangeDTO"}}}},"CTMemberUpdateDTO":{"required":["addressId","membership","wrongAddress"],"type":"object","properties":{"membership":{"type":"string"},"addressId":{"type":"string"},"wrongAddress":{"type":"boolean"}}},"IssueRequestDTO":{"required":["changes","description","env","platform","scheduled","username"],"type":"object","properties":{"username":{"type":"string"},"changes":{"type":"array","items":{"type":"object","additionalProperties":{"type":"object"}}},"scheduled":{"type":"boolean"},"scheduledDate":{"type":"string"},"description":{"maxLength":200,"minLength":0,"type":"string"},"platform":{"type":"string"},"env":{"pattern":"dev|dev2|devel|devel2|stage|prod|black","type":"string"}}},"ResponseDTO":{"type":"object","properties":{"status":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"object"},"metadata":{"type":"object"}}},"MobileVersionDTO":{"required":["version"],"type":"object","properties":{"id":{"type":"integer","format":"int32"},"version":{"type":"string"},"releaseDate":{"type":"string"},"createdAt":{"type":"string"}}},"RequestConfirmPickupDTO":{"type":"object","properties":{"membership":{"type":"string"},"parkingNumber":{"type":"integer","format":"int32"},"club":{"type":"string"}}},"ResponseConfirmPickupDTO":{"type":"object","properties":{"orderId":{"type":"string"},"pickupStatus":{"type":"string"}}},"Pageable":{"type":"object","properties":{"page":{"minimum":0,"type":"integer","format":"int32"},"size":{"minimum":1,"type":"integer","format":"int32"},"sort":{"type":"array","items":{"type":"string"}}}},"PageSmartPaymentReportDTO":{"type":"object","properties":{"totalPages":{"type":"integer","format":"int32"},"totalElements":{"type":"integer","format":"int64"},"pageable":{"$ref":"#/components/schemas/PageableObject"},"numberOfElements":{"type":"integer","format":"int32"},"first":{"type":"boolean"},"last":{"type":"boolean"},"sort":{"$ref":"#/components/schemas/Sort"},"size":{"type":"integer","format":"int32"},"content":{"type":"array","items":{"$ref":"#/components/schemas/SmartPaymentReportDTO"}},"number":{"type":"integer","format":"int32"},"empty":{"type":"boolean"}}},"PageableObject":{"type":"object","properties":{"paged":{"type":"boolean"},"unpaged":{"type":"boolean"},"pageNumber":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"},"sort":{"$ref":"#/components/schemas/Sort"},"offset":{"type":"integer","format":"int64"}}},"Sort":{"type":"object","properties":{"unsorted":{"type":"boolean"},"sorted":{"type":"boolean"},"empty":{"type":"boolean"}}},"PageIssueResponseDTO":{"type":"object","properties":{"totalPages":{"type":"integer","format":"int32"},"totalElements":{"type":"integer","format":"int64"},"pageable":{"$ref":"#/components/schemas/PageableObject"},"numberOfElements":{"type":"integer","format":"int32"},"first":{"type":"boolean"},"last":{"type":"boolean"},"sort":{"$ref":"#/components/schemas/Sort"},"size":{"type":"integer","format":"int32"},"content":{"type":"array","items":{"$ref":"#/components/schemas/IssueResponseDTO"}},"number":{"type":"integer","format":"int32"},"empty":{"type":"boolean"}}},"IssueLogDTO":{"required":["action","content","createdAt","id","issueId","username"],"type":"object","properties":{"id":{"type":"integer","format":"int32"},"issueId":{"type":"integer","format":"int32"},"content":{"type":"array","items":{"type":"object","additionalProperties":{"type":"object"}}},"username":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"action":{"type":"string"}}},"PageGenericFlagDTO":{"type":"object","properties":{"totalPages":{"type":"integer","format":"int32"},"totalElements":{"type":"integer","format":"int64"},"pageable":{"$ref":"#/components/schemas/PageableObject"},"numberOfElements":{"type":"integer","format":"int32"},"first":{"type":"boolean"},"last":{"type":"boolean"},"sort":{"$ref":"#/components/schemas/Sort"},"size":{"type":"integer","format":"int32"},"content":{"type":"array","items":{"$ref":"#/components/schemas/GenericFlagDTO"}},"number":{"type":"integer","format":"int32"},"empty":{"type":"boolean"}}},"ResultString":{"type":"object","properties":{"success":{"type":"boolean"},"message":{"type":"string"},"data":{"type":"string"}}},"PageCatalogItemDTO":{"type":"object","properties":{"totalPages":{"type":"integer","format":"int32"},"totalElements":{"type":"integer","format":"int64"},"pageable":{"$ref":"#/components/schemas/PageableObject"},"numberOfElements":{"type":"integer","format":"int32"},"first":{"type":"boolean"},"last":{"type":"boolean"},"sort":{"$ref":"#/components/schemas/Sort"},"size":{"type":"integer","format":"int32"},"content":{"type":"array","items":{"$ref":"#/components/schemas/CatalogItemDTO"}},"number":{"type":"integer","format":"int32"},"empty":{"type":"boolean"}}},"UserDTO":{"type":"object","properties":{"id":{"type":"string"},"login":{"type":"string"}}},"ResponsePickupDTO":{"type":"object","properties":{"orderId":{"type":"string"},"status":{"type":"string"},"startWindowTime":{"type":"string"},"endWindowTime":{"type":"string"},"club":{"type":"string"}}},"AdminUserDTO":{"required":["login"],"type":"object","properties":{"id":{"type":"string"},"login":{"maxLength":50,"minLength":1,"pattern":"^[_.@A-Za-z0-9-]*$","type":"string"},"firstName":{"maxLength":50,"minLength":0,"type":"string"},"lastName":{"maxLength":50,"minLength":0,"type":"string"},"email":{"maxLength":254,"minLength":5,"type":"string"},"imageUrl":{"maxLength":256,"minLength":0,"type":"string"},"activated":{"type":"boolean"},"langKey":{"maxLength":10,"minLength":2,"type":"string"},"createdBy":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"lastModifiedBy":{"type":"string"},"lastModifiedDate":{"type":"string","format":"date-time"},"authorities":{"uniqueItems":true,"type":"array","items":{"type":"string"}}}},"Link":{"type":"object","properties":{"href":{"type":"string"},"templated":{"type":"boolean"}}}}}}