Programs

Update a specific program by id

Update an existing lab test program identified by its ID.

Only provided fields will be updated.

patch/programs/{program_id}

Path parameters

program_idstring required

Request body

object required

Response

Successful Response

namestring required

Display name of the program.

descriptionstring nullable

Free-text description of the program.

idstring required

Unique identifier for the program

organization_idstring required

Organization this program belongs to.

created_bystring nullable

User ID of the user who created this program

created_by_emailstring nullable

Email of the user who created this program

created_atstring date-time required

Timestamp when the program was created

updated_atstring date-time required

Timestamp when the program was last updated

Changes

No recorded changes to this endpoint across all 1 revision of this API.