Skip to main content
PUT
Updates an existing leave type in your COR instance using its external ID.

Path Parameters

string
required
External leave type ID that was used when creating the leave type

Request Body Requirements

object
required
string
required
Updated leave type name

Known Errors

  • ZC001 — Entity is not associated (leave type with the specified external ID not found)
  • LeaveTypeNotFoundError — No leave type found with the specified external ID for this source
  • ValidationError — Missing required metadata.source or name field