v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01228315499.3 KB
code

Updates the Code with the given ID.

patch/code/{code_id}

Path parameters

code_idinteger required

Request body

namestring nullable

Name of the Code

colorstring nullable

Color of the Code

descriptionstring nullable

Description of the Code

parent_idinteger nullable

Parent of the Code

enabledboolean nullable

While false, the code is neither created in pre-processing nor shown in the UI (except in settings to enable it again)

Response

Successful Response

namestring required

Name of the Code

colorstring required

Color of the Code

descriptionstring

Description of the Code

parent_idinteger nullable

Parent of the Code

enabledboolean

While false, the code is neither created in pre-processing nor shown in the UI (except in settings to enable it again)

idinteger required

ID of the Code

project_idinteger required

Project the Code belongs to

createdstring date-time required

Created timestamp of the Code

updatedstring date-time required

Updated timestamp of the Code

is_systemboolean required

Is the Code a system code

memo_idsinteger[] required

Memo IDs attached to the Code