forked from Hublot-Tech/lnfoot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopenapi.json
More file actions
1 lines (1 loc) · 40.7 KB
/
openapi.json
File metadata and controls
1 lines (1 loc) · 40.7 KB
1
{"openapi":"3.1.0","info":{"title":"LN Foot API","description":"API for managing LN Foot e-commerce platform","version":"1.0.0"},"servers":[{"url":"https://api.ln-foot.com"}],"security":[{"keycloak":["openid"]}],"paths":{"/api/v1/users/{id}/role":{"put":{"tags":["user-controller"],"operationId":"updateUserRole","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateUserRoleDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/UserDto"}}}}}}},"/api/v1/news-articles/{id}":{"get":{"tags":["news-article-controller"],"operationId":"findNewsArticleById","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/NewsArticleDto"}}}}}},"put":{"tags":["news-article-controller"],"operationId":"updateNewsArticle","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateNewsArticleDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/NewsArticleDto"}}}}}},"delete":{"tags":["news-article-controller"],"operationId":"deleteNewsArticle","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}},"/api/v1/leagues/{id}":{"get":{"tags":["league-controller"],"operationId":"findLeagueById","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/LeagueDto"}}}}}},"put":{"tags":["league-controller"],"operationId":"updateLeague","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateLeagueDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/LeagueDto"}}}}}},"delete":{"tags":["league-controller"],"operationId":"deleteLeague","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}},"/api/v1/highlights/{id}":{"get":{"tags":["highlight-controller"],"operationId":"findHighlightById","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/HighlightDto"}}}}}},"put":{"tags":["highlight-controller"],"operationId":"updateHighlight","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateHighlightDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/HighlightDto"}}}}}},"delete":{"tags":["highlight-controller"],"operationId":"deleteHighlight","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}},"/api/v1/fixtures/{id}":{"get":{"tags":["fixture-controller"],"operationId":"findFixtureById","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/FixtureDto"}}}}}},"put":{"tags":["fixture-controller"],"operationId":"updateFixture","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateFixtureDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/FixtureDto"}}}}}},"delete":{"tags":["fixture-controller"],"operationId":"deleteFixture","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}},"/api/v1/advertisements/{id}":{"get":{"tags":["advertisement-controller"],"operationId":"getAdvertisementById","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AdvertisementDto"}}}}}},"put":{"tags":["advertisement-controller"],"operationId":"updateAdvertisement","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateAdvertisementDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}},"delete":{"tags":["advertisement-controller"],"operationId":"deleteAdvertisement","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}},"/api/sizes/{id}":{"get":{"tags":["size-controller"],"operationId":"getSizeById","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SizeDto"}}}}}},"put":{"tags":["size-controller"],"operationId":"updateSize","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SizeDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SizeDto"}}}}}},"delete":{"tags":["size-controller"],"operationId":"deleteSize","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"204":{"description":"No Content"}}}},"/api/reviews/{id}":{"get":{"tags":["review-controller"],"operationId":"getReviewById","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ReviewDto"}}}}}},"put":{"tags":["review-controller"],"operationId":"updateReview","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReviewDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ReviewDto"}}}}}},"delete":{"tags":["review-controller"],"operationId":"deleteReview","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"204":{"description":"No Content"}}}},"/api/promotion-products/{id}":{"get":{"tags":["promotion-product-controller"],"operationId":"getPromotionProductById","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PromotionProductDto"}}}}}},"put":{"tags":["promotion-product-controller"],"operationId":"updatePromotionProduct","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PromotionProductDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PromotionProductDto"}}}}}},"delete":{"tags":["promotion-product-controller"],"operationId":"deletePromotionProduct","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"204":{"description":"No Content"}}}},"/api/products/{id}":{"get":{"tags":["product-controller"],"operationId":"getProductById","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ProductDto"}}}}}},"put":{"tags":["product-controller"],"operationId":"updateProduct","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProductDto"}}}},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ProductDto"}}}}}},"delete":{"tags":["product-controller"],"operationId":"deleteProduct","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"204":{"description":"No Content"}}}},"/api/product-variants/{id}":{"get":{"tags":["product-variant-controller"],"operationId":"getProductVariant","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ProductVariantDto"}}}}}},"put":{"tags":["product-variant-controller"],"operationId":"updateProductVariant","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProductVariantDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ProductVariantDto"}}}}}},"delete":{"tags":["product-variant-controller"],"operationId":"deleteProductVariant","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"204":{"description":"No Content"}}}},"/api/orders/{id}":{"get":{"tags":["order-controller"],"operationId":"getOrderById","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/OrderDto"}}}}}},"put":{"tags":["order-controller"],"operationId":"updateOrder","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OrderDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/OrderDto"}}}}}},"delete":{"tags":["order-controller"],"operationId":"deleteOrder","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"204":{"description":"No Content"}}}},"/api/orders/{id}/confirm":{"put":{"tags":["order-controller"],"operationId":"confirmOrder","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Customer"}}},"required":true},"responses":{"202":{"description":"Accepted","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PaymentResponseDto"}}}}}}},"/api/categories/{id}":{"get":{"tags":["category-controller"],"operationId":"getCategoryById","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CategoryDto"}}}}}},"put":{"tags":["category-controller"],"operationId":"updateCategory","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CategoryDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CategoryDto"}}}}}},"delete":{"tags":["category-controller"],"operationId":"deleteCategory","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"204":{"description":"No Content"}}}},"/api/v1/upload/image-presigned-url":{"post":{"tags":["upload-controller"],"operationId":"getImagePresignedUrl","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImagePresignedUrlRequestDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ImagePresignedUrlResponseDto"}}}}}}},"/api/v1/sync/all-fixtures":{"post":{"tags":["sync-controller"],"operationId":"syncAllFixtures","requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SyncStatusDto"}}}}}}},"/api/v1/news-articles":{"get":{"tags":["news-article-controller"],"operationId":"listNewsArticles","parameters":[{"name":"status","in":"query","required":false,"schema":{"type":"string","enum":["DRAFT","PUBLISHED","ARCHIVED"],"maxLength":20,"minLength":0}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/NewsArticleDto"}}}}}}},"post":{"tags":["news-article-controller"],"operationId":"createNewsArticle","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateNewsArticleDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/NewsArticleDto"}}}}}}},"/api/v1/leagues":{"get":{"tags":["league-controller"],"operationId":"listLeagues","parameters":[{"name":"country","in":"query","required":false,"schema":{"type":"string","maxLength":100,"minLength":0}},{"name":"type","in":"query","required":false,"schema":{"type":"string","maxLength":50,"minLength":0}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PageLeagueDto"}}}}}},"post":{"tags":["league-controller"],"operationId":"createLeague","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateLeagueDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/LeagueDto"}}}}}}},"/api/v1/highlights":{"get":{"tags":["highlight-controller"],"operationId":"listHighlights","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PageHighlightDto"}}}}}},"post":{"tags":["highlight-controller"],"operationId":"createHighlight","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateHighlightDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/HighlightDto"}}}}}}},"/api/v1/fixtures":{"get":{"tags":["fixture-controller"],"operationId":"listFixtures","parameters":[{"name":"leagueApiId","in":"query","required":false,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PageFixtureDto"}}}}}},"post":{"tags":["fixture-controller"],"operationId":"createFixture","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateFixtureDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/FixtureDto"}}}}}}},"/api/v1/advertisements":{"post":{"tags":["advertisement-controller"],"operationId":"createAdvertisement","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateAdvertisementDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AdvertisementDto"}}}}}}},"/api/sizes":{"get":{"tags":["size-controller"],"operationId":"getAllSizes","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SizeDto"}}}}}}},"post":{"tags":["size-controller"],"operationId":"createSize","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SizeDto"}}},"required":true},"responses":{"201":{"description":"Created","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SizeDto"}}}}}}},"/api/reviews":{"get":{"tags":["review-controller"],"operationId":"getAllReviews","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ReviewDto"}}}}}}},"post":{"tags":["review-controller"],"operationId":"createReview","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReviewDto"}}},"required":true},"responses":{"201":{"description":"Created","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ReviewDto"}}}}}}},"/api/promotion-products":{"get":{"tags":["promotion-product-controller"],"operationId":"getAllPromotionProducts","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PromotionProductDto"}}}}}}},"post":{"tags":["promotion-product-controller"],"operationId":"createPromotionProduct","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PromotionProductDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PromotionProductDto"}}}}}}},"/api/promotion-products/batch":{"post":{"tags":["promotion-product-controller"],"operationId":"createPromotionProducts","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PromotionProductDto"}}}},"required":true},"responses":{"201":{"description":"Created","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PromotionProductDto"}}}}}}}},"/api/products":{"get":{"tags":["product-controller"],"operationId":"getAllProducts","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ProductDto"}}}}}}},"post":{"tags":["product-controller"],"operationId":"createProduct","requestBody":{"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/ProductDto"}}}},"responses":{"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProductDto"}}}}}}},"/api/product-variants":{"get":{"tags":["product-variant-controller"],"operationId":"getProductVariants","parameters":[{"name":"productId","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ProductVariantDto"}}}}}}},"post":{"tags":["product-variant-controller"],"operationId":"createProductVariant","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProductVariantDto"}}},"required":true},"responses":{"201":{"description":"Created","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ProductVariantDto"}}}}}}},"/api/product-variants/bulk":{"post":{"tags":["product-variant-controller"],"operationId":"createProductVariants","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BulkProductVariantDto"}}},"required":true},"responses":{"201":{"description":"Created","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ProductVariantDto"}}}}}}}},"/api/orders":{"get":{"tags":["order-controller"],"operationId":"getAllOrders","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/OrderDto"}}}}}}},"post":{"tags":["order-controller"],"operationId":"createOrder","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OrderDto"}}},"required":true},"responses":{"201":{"description":"Created","content":{"*/*":{"schema":{"$ref":"#/components/schemas/OrderDto"}}}}}}},"/api/headings":{"get":{"tags":["heading-controller"],"operationId":"getHeadings","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/HeadingDto"}}}}}}},"post":{"tags":["heading-controller"],"operationId":"createHeading","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HeadingDto"}}},"required":true},"responses":{"201":{"description":"Created","content":{"*/*":{"schema":{"$ref":"#/components/schemas/HeadingDto"}}}}}}},"/api/categories":{"get":{"tags":["category-controller"],"operationId":"getAllCategories","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/CategoryDto"}}}}}}},"post":{"tags":["category-controller"],"operationId":"createCategory","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CategoryDto"}}},"required":true},"responses":{"201":{"description":"Created","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CategoryDto"}}}}}}},"/api/v1/users":{"get":{"tags":["user-controller"],"operationId":"listUsers","parameters":[{"name":"role","in":"query","required":false,"schema":{"type":"string","enum":["ADMIN","EDITOR","USER"],"pattern":"^[A-Z_]{3,50}$"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/UserDto"}}}}}}}},"/api/v1/users/{id}":{"get":{"tags":["user-controller"],"operationId":"findUserById","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/UserDto"}}}}}},"delete":{"tags":["user-controller"],"operationId":"deleteUser","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}},"/api/v1/users/me":{"get":{"tags":["user-controller"],"operationId":"getCurrentUser","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/UserDto"}}}}}}},"/api/v1/teams":{"get":{"tags":["team-controller"],"operationId":"listTeams","parameters":[{"name":"leagueId","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/TeamDto"}}}}}}}},"/api/v1/teams/{id}":{"get":{"tags":["team-controller"],"operationId":"findTeamById","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TeamDto"}}}}}}},"/api/v1/fixtures/upcoming":{"get":{"tags":["fixture-controller"],"operationId":"getUpcomingFixtures","parameters":[{"name":"days","in":"query","required":false,"schema":{"type":"integer","format":"int32","default":7,"maximum":30,"minimum":1}},{"name":"leagueId","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FixtureDto"}}}}}}}},"/api/v1/fixtures/by-date":{"get":{"tags":["fixture-controller"],"operationId":"getFixturesByDate","parameters":[{"name":"date","in":"query","required":true,"schema":{"type":"string","format":"date"}},{"name":"leagueId","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FixtureDto"}}}}}}}},"/api/v1/advertisements/latest":{"get":{"tags":["advertisement-controller"],"operationId":"getLatestAdvertisements","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PageAdvertisementDto"}}}}}}},"/api/orders/user/orders":{"get":{"tags":["order-controller"],"operationId":"getUserOrders","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/OrderDto"}}}}}}}},"/api/headings/{id}":{"get":{"tags":["heading-controller"],"operationId":"getOrderById_1","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/HeadingDto"}}}}}},"delete":{"tags":["heading-controller"],"operationId":"deleteHeading","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"204":{"description":"No Content"}}}},"/api/v1/upload/image":{"delete":{"tags":["upload-controller"],"operationId":"deleteImage","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteImageDto"}}},"required":true},"responses":{"200":{"description":"OK"}}}}},"components":{"schemas":{"UpdateUserRoleDto":{"type":"object","properties":{"role":{"type":"string","enum":["ADMIN","EDITOR","USER"],"minLength":1},"permissions":{"type":"array","items":{"type":"string"}}}},"UserDto":{"type":"object","properties":{"id":{"type":"string"},"keycloakId":{"type":"string"},"email":{"type":"string"},"name":{"type":"string"},"avatarUrl":{"type":"string"},"role":{"type":"string","enum":["ADMIN","EDITOR","USER"]},"permissions":{"type":"array","items":{"type":"string"}},"emailVerified":{"type":"string","format":"date-time"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"UpdateNewsArticleDto":{"type":"object","properties":{"title":{"type":"string","maxLength":255,"minLength":0},"content":{"type":"string","maxLength":5000,"minLength":0},"sourceUrl":{"type":"string","maxLength":2048,"minLength":0,"pattern":"^(https?://).*"},"imageUrl":{"type":"string","maxLength":2048,"minLength":0,"pattern":"^(https?://).*"},"publishedAt":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"},"maxItems":10,"minItems":0},"status":{"type":"string","enum":["DRAFT","PUBLISHED","ARCHIVED"]},"summary":{"type":"string"},"isMajorUpdate":{"type":"boolean"}}},"NewsArticleDto":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"content":{"type":"string"},"summary":{"type":"string"},"authorName":{"type":"string"},"isMajorUpdate":{"type":"boolean"},"sourceUrl":{"type":"string"},"imageUrl":{"type":"string"},"publishedAt":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}},"status":{"type":"string","enum":["DRAFT","PUBLISHED","ARCHIVED"]},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"UpdateLeagueDto":{"type":"object","properties":{"name":{"type":"string","maxLength":100,"minLength":0},"country":{"type":"string","maxLength":100,"minLength":0},"logoUrl":{"type":"string","maxLength":2048,"minLength":0},"flagUrl":{"type":"string","maxLength":2048,"minLength":0},"season":{"type":"string","maxLength":50,"minLength":0},"type":{"type":"string","maxLength":50,"minLength":0}}},"LeagueDto":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"country":{"type":"string"},"logoUrl":{"type":"string"},"flagUrl":{"type":"string"},"season":{"type":"string"},"type":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"UpdateHighlightDto":{"type":"object","properties":{"title":{"type":"string","maxLength":255,"minLength":0},"description":{"type":"string"},"videoUrl":{"type":"string","maxLength":2048,"minLength":0},"thumbnailUrl":{"type":"string","maxLength":2048,"minLength":0},"durationSeconds":{"type":"integer","format":"int32"},"type":{"type":"string"}}},"HighlightDto":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"videoUrl":{"type":"string"},"thumbnailUrl":{"type":"string"},"durationSeconds":{"type":"integer","format":"int32"},"type":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"UpdateFixtureDto":{"type":"object","properties":{"referee":{"type":"string"},"timezone":{"type":"string"},"date":{"type":"string","format":"date-time"},"timestamp":{"type":"integer","format":"int32"},"venueName":{"type":"string"},"venueCity":{"type":"string"},"statusShort":{"type":"string"},"statusLong":{"type":"string"},"elapsed":{"type":"integer","format":"int32"},"goalsHome":{"type":"integer","format":"int32","minimum":0},"goalsAway":{"type":"integer","format":"int32","minimum":0},"scoreHtHome":{"type":"integer","format":"int32","minimum":0},"scoreHtAway":{"type":"integer","format":"int32","minimum":0},"scoreFtHome":{"type":"integer","format":"int32","minimum":0},"scoreFtAway":{"type":"integer","format":"int32","minimum":0},"scoreEtHome":{"type":"integer","format":"int32","minimum":0},"scoreEtAway":{"type":"integer","format":"int32","minimum":0},"scorePtHome":{"type":"integer","format":"int32","minimum":0},"scorePtAway":{"type":"integer","format":"int32","minimum":0}}},"FixtureDto":{"type":"object","properties":{"id":{"type":"string"},"referee":{"type":"string"},"timezone":{"type":"string"},"date":{"type":"string","format":"date-time"},"timestamp":{"type":"integer","format":"int64"},"venueName":{"type":"string"},"venueCity":{"type":"string"},"statusShortCode":{"type":"string"},"statusDescription":{"type":"string"},"elapsed":{"type":"integer","format":"int32"},"leagueId":{"type":"string"},"season":{"type":"string"},"round":{"type":"string"},"homeTeam":{"$ref":"#/components/schemas/SimpleTeamDto"},"awayTeam":{"$ref":"#/components/schemas/SimpleTeamDto"},"goalsHome":{"type":"integer","format":"int32"},"goalsAway":{"type":"integer","format":"int32"},"scoreHtHome":{"type":"integer","format":"int32"},"scoreHtAway":{"type":"integer","format":"int32"},"scoreFtHome":{"type":"integer","format":"int32"},"scoreFtAway":{"type":"integer","format":"int32"},"scoreEtHome":{"type":"integer","format":"int32"},"scoreEtAway":{"type":"integer","format":"int32"},"scorePtHome":{"type":"integer","format":"int32"},"scorePtAway":{"type":"integer","format":"int32"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"live":{"type":"boolean"}}},"SimpleTeamDto":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"logoUrl":{"type":"string"}}},"UpdateAdvertisementDto":{"type":"object","properties":{"title":{"type":"string"},"content":{"type":"string"},"url":{"type":"string"},"imageUrl":{"type":"string"},"startDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"priority":{"type":"integer","format":"int32"},"status":{"type":"string"}}},"SizeDto":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string","minLength":1}}},"ReviewDto":{"type":"object","properties":{"id":{"type":"string"},"productId":{"type":"string"},"rating":{"type":"integer","format":"int32","maximum":5,"minimum":1},"comment":{"type":"string","maxLength":500,"minLength":0}},"required":["comment","productId","rating"]},"PromotionProductDto":{"type":"object","properties":{"id":{"type":"string"},"productVariantId":{"type":"string"},"discountedPrice":{"type":"number","format":"double"},"startDate":{"type":"string","format":"date"},"endDate":{"type":"string","format":"date"}},"required":["discountedPrice","endDate","productVariantId","startDate"]},"ProductDto":{"type":"object","properties":{"id":{"type":"string"},"imageUrl":{"type":"string"},"file":{"type":"string","format":"binary"},"name":{"type":"string","minLength":1},"description":{"type":"string","minLength":1},"price":{"type":"number"},"stockQuantity":{"type":"integer","format":"int32"},"categoryNames":{"type":"array","items":{"type":"string"}},"sizes":{"type":"array","items":{"type":"string"}}},"required":["price"]},"ProductVariantDto":{"type":"object","properties":{"id":{"type":"string"},"imageUrl":{"type":"string"},"colorCode":{"type":"string","minLength":1},"productId":{"type":"string","minLength":1},"price":{"type":"number","minimum":0.0},"stockQuantity":{"type":"integer","format":"int32"},"sizes":{"type":"array","items":{"type":"string"}}},"required":["price"]},"OrderDto":{"type":"object","properties":{"id":{"type":"string"},"orderDate":{"type":"string","format":"date-time"},"status":{"type":"string"},"orderItems":{"type":"array","items":{"$ref":"#/components/schemas/OrderItemDto"},"maxItems":2147483647,"minItems":1},"deliveryFee":{"type":"number"},"deliveryAddress":{"type":"string"},"totalAmount":{"type":"number"}}},"OrderItemDto":{"type":"object","properties":{"id":{"type":"string"},"productVariantId":{"type":"string","minLength":1},"quantity":{"type":"integer","format":"int32","minimum":1},"size":{"type":"string"},"orderId":{"type":"string"},"price":{"type":"number"}}},"Customer":{"type":"object","properties":{"name":{"type":"string"},"email":{"type":"string"},"phone":{"type":"string"}}},"PaymentResponseDto":{"type":"object","properties":{"id":{"type":"string"},"orderId":{"type":"string"},"paymentId":{"type":"string"},"status":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"CategoryDto":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string","minLength":1}}},"ImagePresignedUrlRequestDto":{"type":"object","properties":{"fileName":{"type":"string"},"contentType":{"type":"string"},"contentLength":{"type":"integer","format":"int64"},"entityType":{"type":"string"},"entityId":{"type":"string"}}},"ImagePresignedUrlResponseDto":{"type":"object","properties":{"uploadUrl":{"type":"string"},"formData":{"type":"object","additionalProperties":{"type":"string"}},"key":{"type":"string"},"finalUrl":{"type":"string"}}},"SyncStatusDto":{"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","ERROR","NO_DATA"]},"message":{"type":"string"},"itemsProcessed":{"type":"integer","format":"int32"}}},"CreateNewsArticleDto":{"type":"object","properties":{"title":{"type":"string","maxLength":255,"minLength":0},"content":{"type":"string","minLength":1},"summary":{"type":"string","maxLength":1000,"minLength":0},"authorName":{"type":"string"},"sourceUrl":{"type":"string","maxLength":2048,"minLength":0},"imageUrl":{"type":"string","maxLength":2048,"minLength":0},"publishedAt":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}},"status":{"type":"string","enum":["DRAFT","PUBLISHED","ARCHIVED"]},"isMajorUpdate":{"type":"boolean"}}},"CreateLeagueDto":{"type":"object","properties":{"apiFootballId":{"type":"string","minLength":1},"name":{"type":"string","maxLength":100,"minLength":0},"country":{"type":"string","maxLength":100,"minLength":0},"logoUrl":{"type":"string","maxLength":2048,"minLength":0},"flagUrl":{"type":"string","maxLength":2048,"minLength":0},"season":{"type":"string","maxLength":50,"minLength":0},"type":{"type":"string","maxLength":50,"minLength":0}}},"CreateHighlightDto":{"type":"object","properties":{"title":{"type":"string","maxLength":255,"minLength":0},"videoUrl":{"type":"string","maxLength":2048,"minLength":0,"pattern":"^(https?://).*"},"thumbnailUrl":{"type":"string","maxLength":2048,"minLength":0,"pattern":"^(https?://).*"},"description":{"type":"string"},"durationSeconds":{"type":"integer","format":"int32"},"type":{"type":"string"}}},"CreateFixtureDto":{"type":"object","properties":{"id":{"type":"string","minLength":1},"referee":{"type":"string"},"timezone":{"type":"string"},"date":{"type":"string","format":"date-time"},"timestamp":{"type":"integer","format":"int32"},"venueName":{"type":"string"},"venueCity":{"type":"string"},"statusShort":{"type":"string","minLength":1},"statusLong":{"type":"string"},"elapsed":{"type":"integer","format":"int32"},"leagueId":{"type":"string","minLength":1},"season":{"type":"string"},"round":{"type":"string"},"homeTeamId":{"type":"string","minLength":1},"awayTeamId":{"type":"string","minLength":1},"goalsHome":{"type":"integer","format":"int32","minimum":0},"goalsAway":{"type":"integer","format":"int32","minimum":0},"scoreHtHome":{"type":"integer","format":"int32","minimum":0},"scoreHtAway":{"type":"integer","format":"int32","minimum":0},"scoreFtHome":{"type":"integer","format":"int32","minimum":0},"scoreFtAway":{"type":"integer","format":"int32","minimum":0},"scoreEtHome":{"type":"integer","format":"int32","minimum":0},"scoreEtAway":{"type":"integer","format":"int32","minimum":0},"scorePtHome":{"type":"integer","format":"int32","minimum":0},"scorePtAway":{"type":"integer","format":"int32","minimum":0}},"required":["date"]},"CreateAdvertisementDto":{"type":"object","properties":{"title":{"type":"string"},"content":{"type":"string"},"url":{"type":"string"},"imageUrl":{"type":"string"},"startDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"priority":{"type":"integer","format":"int32"},"status":{"type":"string"}}},"AdvertisementDto":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"content":{"type":"string"},"url":{"type":"string"},"imageUrl":{"type":"string"},"startDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"priority":{"type":"integer","format":"int32"},"status":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"BulkProductVariantDto":{"type":"object","properties":{"variants":{"type":"array","items":{"$ref":"#/components/schemas/ProductVariantDto"},"maxItems":2147483647,"minItems":1}}},"HeadingDto":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string","minLength":1},"imageUrl":{"type":"string"},"file":{"type":"string","format":"binary"}}},"TeamDto":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"country":{"type":"string"},"founded":{"type":"integer","format":"int32"},"national":{"type":"boolean"},"logoUrl":{"type":"string"},"venueName":{"type":"string"},"venueAddress":{"type":"string"},"venueCity":{"type":"string"},"venueCapacity":{"type":"integer","format":"int32"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Pageable":{"type":"object","properties":{"page":{"type":"integer","format":"int32","minimum":0},"size":{"type":"integer","format":"int32","minimum":1},"sort":{"type":"array","items":{"type":"string"}}}},"PageLeagueDto":{"type":"object","properties":{"totalPages":{"type":"integer","format":"int32"},"totalElements":{"type":"integer","format":"int64"},"pageable":{"$ref":"#/components/schemas/PageableObject"},"size":{"type":"integer","format":"int32"},"content":{"type":"array","items":{"$ref":"#/components/schemas/LeagueDto"}},"number":{"type":"integer","format":"int32"},"sort":{"$ref":"#/components/schemas/SortObject"},"numberOfElements":{"type":"integer","format":"int32"},"first":{"type":"boolean"},"last":{"type":"boolean"},"empty":{"type":"boolean"}}},"PageableObject":{"type":"object","properties":{"paged":{"type":"boolean"},"pageNumber":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"},"offset":{"type":"integer","format":"int64"},"sort":{"$ref":"#/components/schemas/SortObject"},"unpaged":{"type":"boolean"}}},"SortObject":{"type":"object","properties":{"sorted":{"type":"boolean"},"empty":{"type":"boolean"},"unsorted":{"type":"boolean"}}},"PageHighlightDto":{"type":"object","properties":{"totalPages":{"type":"integer","format":"int32"},"totalElements":{"type":"integer","format":"int64"},"pageable":{"$ref":"#/components/schemas/PageableObject"},"size":{"type":"integer","format":"int32"},"content":{"type":"array","items":{"$ref":"#/components/schemas/HighlightDto"}},"number":{"type":"integer","format":"int32"},"sort":{"$ref":"#/components/schemas/SortObject"},"numberOfElements":{"type":"integer","format":"int32"},"first":{"type":"boolean"},"last":{"type":"boolean"},"empty":{"type":"boolean"}}},"PageFixtureDto":{"type":"object","properties":{"totalPages":{"type":"integer","format":"int32"},"totalElements":{"type":"integer","format":"int64"},"pageable":{"$ref":"#/components/schemas/PageableObject"},"size":{"type":"integer","format":"int32"},"content":{"type":"array","items":{"$ref":"#/components/schemas/FixtureDto"}},"number":{"type":"integer","format":"int32"},"sort":{"$ref":"#/components/schemas/SortObject"},"numberOfElements":{"type":"integer","format":"int32"},"first":{"type":"boolean"},"last":{"type":"boolean"},"empty":{"type":"boolean"}}},"PageAdvertisementDto":{"type":"object","properties":{"totalPages":{"type":"integer","format":"int32"},"totalElements":{"type":"integer","format":"int64"},"pageable":{"$ref":"#/components/schemas/PageableObject"},"size":{"type":"integer","format":"int32"},"content":{"type":"array","items":{"$ref":"#/components/schemas/AdvertisementDto"}},"number":{"type":"integer","format":"int32"},"sort":{"$ref":"#/components/schemas/SortObject"},"numberOfElements":{"type":"integer","format":"int32"},"first":{"type":"boolean"},"last":{"type":"boolean"},"empty":{"type":"boolean"}}},"DeleteImageDto":{"type":"object","properties":{"key":{"type":"string"},"imageUrl":{"type":"string"},"bucketName":{"type":"string"},"entityType":{"type":"string"},"entityId":{"type":"string"}}}},"securitySchemes":{"keycloak":{"type":"oauth2","flows":{"authorizationCode":{"authorizationUrl":"https://auth.ln-foot.com/realms/lnfoot/protocol/openid-connect/auth","tokenUrl":"https://auth.ln-foot.com/realms/lnfoot/protocol/openid-connect/token","scopes":{"openid":"OpenID Connect"}}}},"bearerAuth":{"type":"http","scheme":"bearer","bearerFormat":"JWT"}}}}