{"openapi":"3.1.0","info":{"title":"FastAPI","version":"0.1.0"},"paths":{"/staffs/login":{"post":{"summary":"Request Staff Login","operationId":"request_staff_login_staffs_login_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/Body_request_staff_login_staffs_login_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"APIKeyHeader":[]}]}},"/staffs/logout":{"post":{"summary":"Request Staff Logout","operationId":"request_staff_logout_staffs_logout_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/Body_request_staff_logout_staffs_logout_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"APIKeyHeader":[]}]}},"/staffs/myaccount":{"get":{"summary":"Request Staff Account","operationId":"request_staff_account_staffs_myaccount_get","security":[{"APIKeyHeader":[]}],"parameters":[{"name":"token","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Token"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/staffs/bydepartment/index":{"get":{"summary":"Request Staff By Department Index","operationId":"request_staff_by_department_index_staffs_bydepartment_index_get","security":[{"APIKeyHeader":[]}],"parameters":[{"name":"department_ids","in":"query","required":true,"schema":{"type":"array","items":{"type":"string"},"title":"Department Ids"}},{"name":"user_role","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"User Role"}},{"name":"page","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":1},{"type":"null"}],"default":1,"title":"Page"}},{"name":"num","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":1},{"type":"null"}],"default":10,"title":"Num"}},{"name":"token","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Token"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/staffs/department/index":{"get":{"summary":"Request Department Index","operationId":"request_department_index_staffs_department_index_get","security":[{"APIKeyHeader":[]}],"parameters":[{"name":"page","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":1},{"type":"null"}],"default":1,"title":"Page"}},{"name":"num","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":1},{"type":"null"}],"default":10,"title":"Num"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/staffs/department/view":{"get":{"summary":"Department Detail","operationId":"department_detail_staffs_department_view_get","security":[{"APIKeyHeader":[]}],"parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","title":"Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/staffs/feedback":{"post":{"summary":"Request Staff Feedback","operationId":"request_staff_feedback_staffs_feedback_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/Body_request_staff_feedback_staffs_feedback_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"APIKeyHeader":[]}]}},"/internal/staffs/view":{"get":{"summary":"Request Internal Staff View","operationId":"request_internal_staff_view_internal_staffs_view_get","parameters":[{"name":"token","in":"query","required":false,"schema":{"type":"string","title":"Token"}},{"name":"user_id","in":"query","required":false,"schema":{"type":"integer","title":"User Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/internal/departments/view":{"get":{"summary":"Request Internal Department View","operationId":"request_internal_department_view_internal_departments_view_get","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","title":"Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/staffs/updateplayerid":{"post":{"summary":"Request Staff Update Player Id","operationId":"request_staff_update_player_id_staffs_updateplayerid_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/Body_request_staff_update_player_id_staffs_updateplayerid_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"APIKeyHeader":[]}]}},"/staffs/updateprofile":{"post":{"summary":"Request Staff Update Image","operationId":"request_staff_update_image_staffs_updateprofile_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/Body_request_staff_update_image_staffs_updateprofile_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"APIKeyHeader":[]}]}},"/internal/fetch_active_staff":{"get":{"summary":"Request Internal Fetch Active Staff","operationId":"request_internal_fetch_active_staff_internal_fetch_active_staff_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}}},"components":{"schemas":{"Body_request_staff_feedback_staffs_feedback_post":{"properties":{"content":{"type":"string","title":"Content"},"token":{"type":"string","title":"Token"}},"type":"object","required":["content","token"],"title":"Body_request_staff_feedback_staffs_feedback_post"},"Body_request_staff_login_staffs_login_post":{"properties":{"username":{"type":"string","title":"Username"},"password":{"type":"string","title":"Password"}},"type":"object","required":["username","password"],"title":"Body_request_staff_login_staffs_login_post"},"Body_request_staff_logout_staffs_logout_post":{"properties":{"token":{"type":"string","title":"Token"}},"type":"object","required":["token"],"title":"Body_request_staff_logout_staffs_logout_post"},"Body_request_staff_update_image_staffs_updateprofile_post":{"properties":{"token":{"type":"string","title":"Token"},"image":{"type":"string","title":"Image"}},"type":"object","required":["token","image"],"title":"Body_request_staff_update_image_staffs_updateprofile_post"},"Body_request_staff_update_player_id_staffs_updateplayerid_post":{"properties":{"token":{"type":"string","title":"Token"},"player_id":{"type":"string","title":"Player Id"}},"type":"object","required":["token","player_id"],"title":"Body_request_staff_update_player_id_staffs_updateplayerid_post"},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"}},"securitySchemes":{"APIKeyHeader":{"type":"apiKey","in":"header","name":"X-API-Key"}}}}