-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathopenai.json
1 lines (1 loc) · 12.1 KB
/
openai.json
1
{"openapi":"3.0.3","info":{"title":"Elysia Documentation","description":"Development documentation","version":"0.0.0"},"paths":{"/api/user/me":{"get":{"operationId":"getApiUserMe","responses":{"200":{}}}},"/api/user/update":{"post":{"parameters":[],"operationId":"postApiUserUpdate","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"username":{"minLength":3,"maxLength":20,"type":"string"},"password":{"minLength":0,"maxLength":50,"type":"string"},"firstName":{"minLength":1,"maxLength":30,"type":"string"},"lastName":{"minLength":1,"maxLength":30,"type":"string"},"address":{"minLength":1,"maxLength":100,"type":"string"},"zipCode":{"minLength":1,"maxLength":10,"type":"string"},"city":{"minLength":1,"maxLength":50,"type":"string"},"phoneNumber":{"minLength":1,"maxLength":15,"type":"string"},"email":{"minLength":1,"maxLength":50,"type":"string"}},"required":["username"]}},"multipart/form-data":{"schema":{"type":"object","properties":{"username":{"minLength":3,"maxLength":20,"type":"string"},"password":{"minLength":0,"maxLength":50,"type":"string"},"firstName":{"minLength":1,"maxLength":30,"type":"string"},"lastName":{"minLength":1,"maxLength":30,"type":"string"},"address":{"minLength":1,"maxLength":100,"type":"string"},"zipCode":{"minLength":1,"maxLength":10,"type":"string"},"city":{"minLength":1,"maxLength":50,"type":"string"},"phoneNumber":{"minLength":1,"maxLength":15,"type":"string"},"email":{"minLength":1,"maxLength":50,"type":"string"}},"required":["username"]}},"text/plain":{"schema":{"type":"object","properties":{"username":{"minLength":3,"maxLength":20,"type":"string"},"password":{"minLength":0,"maxLength":50,"type":"string"},"firstName":{"minLength":1,"maxLength":30,"type":"string"},"lastName":{"minLength":1,"maxLength":30,"type":"string"},"address":{"minLength":1,"maxLength":100,"type":"string"},"zipCode":{"minLength":1,"maxLength":10,"type":"string"},"city":{"minLength":1,"maxLength":50,"type":"string"},"phoneNumber":{"minLength":1,"maxLength":15,"type":"string"},"email":{"minLength":1,"maxLength":50,"type":"string"}},"required":["username"]}}}},"responses":{"200":{}}}},"/api/auth/register":{"post":{"parameters":[],"operationId":"postApiAuthRegister","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"username":{"minLength":1,"maxLength":128,"type":"string"},"password":{"minLength":1,"maxLength":128,"type":"string"},"email":{"minLength":1,"maxLength":128,"type":"string"},"test":{"minLength":1,"maxLength":128,"type":"string"},"confirmPassword":{"minLength":1,"maxLength":128,"type":"string"}},"required":["username","password","email","confirmPassword"]}},"multipart/form-data":{"schema":{"type":"object","properties":{"username":{"minLength":1,"maxLength":128,"type":"string"},"password":{"minLength":1,"maxLength":128,"type":"string"},"email":{"minLength":1,"maxLength":128,"type":"string"},"test":{"minLength":1,"maxLength":128,"type":"string"},"confirmPassword":{"minLength":1,"maxLength":128,"type":"string"}},"required":["username","password","email","confirmPassword"]}},"text/plain":{"schema":{"type":"object","properties":{"username":{"minLength":1,"maxLength":128,"type":"string"},"password":{"minLength":1,"maxLength":128,"type":"string"},"email":{"minLength":1,"maxLength":128,"type":"string"},"test":{"minLength":1,"maxLength":128,"type":"string"},"confirmPassword":{"minLength":1,"maxLength":128,"type":"string"}},"required":["username","password","email","confirmPassword"]}}}},"responses":{"200":{}}}},"/api/auth/login":{"post":{"parameters":[],"operationId":"postApiAuthLogin","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"username":{"minLength":1,"maxLength":128,"type":"string"},"password":{"minLength":1,"maxLength":128,"type":"string"}},"required":["username","password"]}},"multipart/form-data":{"schema":{"type":"object","properties":{"username":{"minLength":1,"maxLength":128,"type":"string"},"password":{"minLength":1,"maxLength":128,"type":"string"}},"required":["username","password"]}},"text/plain":{"schema":{"type":"object","properties":{"username":{"minLength":1,"maxLength":128,"type":"string"},"password":{"minLength":1,"maxLength":128,"type":"string"}},"required":["username","password"]}}}},"responses":{"200":{}}}},"/api/auth/logout":{"get":{"operationId":"getApiAuthLogout","responses":{"200":{}}}},"/api/store/categories":{"get":{"operationId":"getApiStoreCategories","responses":{"200":{}}}},"/api/store/products":{"post":{"operationId":"postApiStoreProducts","responses":{"200":{}}}},"/api/store/product-details":{"post":{"operationId":"postApiStoreProduct-details","responses":{"200":{}}}},"/api/store/grocerysearch":{"post":{"operationId":"postApiStoreGrocerysearch","responses":{"200":{}}}},"/api/orders":{"post":{"parameters":[],"operationId":"postApiOrders","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"firstName":{"minLength":1,"maxLength":100,"type":"string"},"lastName":{"minLength":1,"maxLength":100,"type":"string"},"address":{"minLength":1,"maxLength":200,"type":"string"},"city":{"minLength":1,"maxLength":100,"type":"string"},"zipCode":{"minLength":1,"maxLength":100,"type":"string"},"orderId":{"type":"string"},"status":{"enum":["PENDING","COMPLETED","CANCELLED"],"type":"string"},"totalAmount":{"type":"number"},"cart":{"type":"object","properties":{"productId":{"type":"string"},"quantity":{"type":"number"}},"required":["productId","quantity"]},"email":{"type":"string"},"phoneNumber":{"type":"string"}},"required":["firstName","lastName","address","city","zipCode","orderId","status","totalAmount","email","phoneNumber"]}},"multipart/form-data":{"schema":{"type":"object","properties":{"firstName":{"minLength":1,"maxLength":100,"type":"string"},"lastName":{"minLength":1,"maxLength":100,"type":"string"},"address":{"minLength":1,"maxLength":200,"type":"string"},"city":{"minLength":1,"maxLength":100,"type":"string"},"zipCode":{"minLength":1,"maxLength":100,"type":"string"},"orderId":{"type":"string"},"status":{"enum":["PENDING","COMPLETED","CANCELLED"],"type":"string"},"totalAmount":{"type":"number"},"cart":{"type":"object","properties":{"productId":{"type":"string"},"quantity":{"type":"number"}},"required":["productId","quantity"]},"email":{"type":"string"},"phoneNumber":{"type":"string"}},"required":["firstName","lastName","address","city","zipCode","orderId","status","totalAmount","email","phoneNumber"]}},"text/plain":{"schema":{"type":"object","properties":{"firstName":{"minLength":1,"maxLength":100,"type":"string"},"lastName":{"minLength":1,"maxLength":100,"type":"string"},"address":{"minLength":1,"maxLength":200,"type":"string"},"city":{"minLength":1,"maxLength":100,"type":"string"},"zipCode":{"minLength":1,"maxLength":100,"type":"string"},"orderId":{"type":"string"},"status":{"enum":["PENDING","COMPLETED","CANCELLED"],"type":"string"},"totalAmount":{"type":"number"},"cart":{"type":"object","properties":{"productId":{"type":"string"},"quantity":{"type":"number"}},"required":["productId","quantity"]},"email":{"type":"string"},"phoneNumber":{"type":"string"}},"required":["firstName","lastName","address","city","zipCode","orderId","status","totalAmount","email","phoneNumber"]}}}},"responses":{"200":{}}},"get":{"operationId":"getApiOrders","responses":{"200":{}}},"patch":{"parameters":[],"operationId":"patchApiOrders","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"orderId":{"type":"string"},"status":{"enum":["PENDING","COMPLETED","CANCELLED"],"type":"string"}},"required":["orderId","status"]}},"multipart/form-data":{"schema":{"type":"object","properties":{"orderId":{"type":"string"},"status":{"enum":["PENDING","COMPLETED","CANCELLED"],"type":"string"}},"required":["orderId","status"]}},"text/plain":{"schema":{"type":"object","properties":{"orderId":{"type":"string"},"status":{"enum":["PENDING","COMPLETED","CANCELLED"],"type":"string"}},"required":["orderId","status"]}}}},"responses":{"200":{}}}},"/api/orders/all":{"get":{"operationId":"getApiOrdersAll","responses":{"200":{}}}},"/api/orders/{orderId}":{"get":{"operationId":"getApiOrdersByOrderId","parameters":[{"schema":{"type":"string"},"in":"path","name":"orderId","required":true}],"responses":{"200":{}}}},"/api/orders/all/{orderId}":{"get":{"operationId":"getApiOrdersAllByOrderId","parameters":[{"schema":{"type":"string"},"in":"path","name":"orderId","required":true}],"responses":{"200":{}}}},"/api/shopping-list/index":{"post":{"parameters":[],"operationId":"postApiShopping-listIndex","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"productId":{"type":"string"},"quantity":{"type":"number"},"user":{"type":"string"},"imageURL":{"type":"string"},"price":{"type":"number"}},"required":["name","productId","quantity"]}},"multipart/form-data":{"schema":{"type":"object","properties":{"name":{"type":"string"},"productId":{"type":"string"},"quantity":{"type":"number"},"user":{"type":"string"},"imageURL":{"type":"string"},"price":{"type":"number"}},"required":["name","productId","quantity"]}},"text/plain":{"schema":{"type":"object","properties":{"name":{"type":"string"},"productId":{"type":"string"},"quantity":{"type":"number"},"user":{"type":"string"},"imageURL":{"type":"string"},"price":{"type":"number"}},"required":["name","productId","quantity"]}}}},"responses":{"200":{}}},"get":{"operationId":"getApiShopping-listIndex","responses":{"200":{}}}},"/api/shopping-list/products":{"delete":{"operationId":"deleteApiShopping-listProducts","responses":{"200":{}}}},"/api/shopping-list/update-quantity":{"put":{"parameters":[],"operationId":"putApiShopping-listUpdate-quantity","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"quantity":{"type":"number"}},"required":["id","quantity"]}},"multipart/form-data":{"schema":{"type":"object","properties":{"id":{"type":"string"},"quantity":{"type":"number"}},"required":["id","quantity"]}},"text/plain":{"schema":{"type":"object","properties":{"id":{"type":"string"},"quantity":{"type":"number"}},"required":["id","quantity"]}}}},"responses":{"200":{}}}},"/api/markets/index":{"post":{"operationId":"postApiMarketsIndex","responses":{"200":{}}}},"/api/password-reset/request":{"post":{"operationId":"postApiPassword-resetRequest","responses":{"200":{}}}},"/api/password-reset/reset":{"post":{"operationId":"postApiPassword-resetReset","responses":{"200":{}}}},"/api/wish-list/index":{"post":{"parameters":[],"operationId":"postApiWish-listIndex","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"productId":{"type":"string"},"quantity":{"type":"number"},"user":{"type":"string"},"imageURL":{"type":"string"},"price":{"type":"number"}},"required":["name","productId","quantity"]}},"multipart/form-data":{"schema":{"type":"object","properties":{"name":{"type":"string"},"productId":{"type":"string"},"quantity":{"type":"number"},"user":{"type":"string"},"imageURL":{"type":"string"},"price":{"type":"number"}},"required":["name","productId","quantity"]}},"text/plain":{"schema":{"type":"object","properties":{"name":{"type":"string"},"productId":{"type":"string"},"quantity":{"type":"number"},"user":{"type":"string"},"imageURL":{"type":"string"},"price":{"type":"number"}},"required":["name","productId","quantity"]}}}},"responses":{"200":{}}},"get":{"operationId":"getApiWish-listIndex","responses":{"200":{}}},"delete":{"parameters":[],"operationId":"deleteApiWish-listIndex","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"productId":{"type":"string"}},"required":["productId"]}},"multipart/form-data":{"schema":{"type":"object","properties":{"productId":{"type":"string"}},"required":["productId"]}},"text/plain":{"schema":{"type":"object","properties":{"productId":{"type":"string"}},"required":["productId"]}}}},"responses":{"200":{}}}},"/api/swagger":{"get":{"operationId":"getApiSwagger","responses":{"200":{}}}},"/api/swagger/json":{"get":{"operationId":"getApiSwaggerJson","responses":{"200":{}}}}},"components":{"schemas":{}}}