{
    "componentChunkName": "component---src-templates-page-template-js",
    "path": "/development/UpdateEmployee/",
    "result": {"data":{"allMdx":{"totalCount":0,"edges":[]}},"pageContext":{"page":{"description":"Updates a particular employee given the `accountId` and `employeeId`.\n\nThis is a complete update (the majority of fields in the body are required, or else they will be saved as null).\n\n**Note:** Some changes are ignored in this process:\n  * Employment Status (eg Current -> Terminated)\n  * Changing branch IDs\n\nThese will be introduced as explicit actions (as they require more information than just the status change) in a future release.\n","operationId":"UpdateEmployee","requestBody":{"$ref":"#/components/requestBodies/EmployeeRequest"},"responses":{"204":{"description":"Employee updated successfully"},"400":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/ProblemResponse"},"type":"array"}}},"description":"The request was invalid due to incorrect or missing information in the body."},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProblemResponse"}}},"description":"The user or client authentication failed."},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProblemResponse"}}},"description":"The user or client is authenticated, but does not have access ot the requested resource."},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProblemResponse"}}},"description":"The specified object was not found, or is inaccessible to the authenticated user or client"},"500":{"description":"An error occured while processing the request.\nIf you're reading this spec, chances are you know it's not you, it's us - if it keeps happening, let us know what's happening and we'll sort you.\n"}},"security":[{"OAuth2":["manage:employees"]}],"summary":"Updates an employee","tags":["Employees"]},"parameters":[{"allowEmptyValue":false,"description":"Unique identifier of an account.","example":"4eb62cb48c9f429c93bc26664c1a5a4d","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"allowEmptyValue":false,"description":"Unique identifier of an employee within an account.","example":"b48c9f429c93bc26664c1a5a4d1273","in":"path","name":"employeeId","required":true,"schema":{"type":"string"}}],"method":"put","endpoint":"/accounts/{accountId}/employees/{employeeId}","identifier":"UpdateEmployee","slug":"UpdateEmployee"}},
    "staticQueryHashes": ["1607652047"]}