[Deprecated]: Update code list with tags by code list ID
put
/ec-codelist-svc/rest/v3.0/codelist/code/{codeId}
Deprecated: Updates system-level specific code list based on the given payload and GUID of the code list with tag information if present. Right: CodeListPost.
Request
Path Parameters
-
codeId(required): string(uuid)
ID of the codelist (depending on 'type' parameter, id can be used as uuid, code name, or tag)
Query Parameters
-
groupId: string(uuid)
ID of the group
-
mode: string
Mode of the study. Allowed values are active, test and training
-
studyId: string(uuid)
ID of the study
Supported Media Types
- application/json
Nested Schema : CodeV3
Type:
Show Source
object
-
canAddValues: boolean
-
canHideValues: boolean
-
codeGroupId: string
(uuid)
-
codeLevel: string
-
codeName: string
-
codeType: string
-
comment: string
-
customizable: boolean
-
description: string
-
displayCodeName: string
-
id: string
(uuid)
-
objectVersionNumber: number
-
operationType: string
-
optlock: string
(date-time)
-
parCodeName: string
-
reason: string
-
softwareVersionNumber: number
-
studyId: string
(uuid)
-
tag: string
-
tenantLevelOnly: boolean
-
userId: string
(uuid)
-
versionEnd: string
(date-time)
-
versionStart: string
(date-time)
Nested Schema : CodeValueV3
Type:
Show Source
object
-
code: string
-
codeGroupId: string
(uuid)
-
codeId: string
(uuid)
-
codeLabel: string
-
codeValue: string
-
comment: string
-
customizationType: string
- hidden: boolean
-
id: string
(uuid)
-
language: string
-
locale: string
-
objectVersionNumber: number
-
operationType: string
-
optLock: string
(date-time)
-
reason: string
-
sequence: number
-
softwareVersionNumber: number
-
studyId: string
(uuid)
-
userId: string
(uuid)
-
versionEnd: string
(date-time)
-
versionStart: string
(date-time)
Response
Supported Media Types
- application/json
200 Response
Success
Nested Schema : code
Type:
object
Nested Schema : items
Type:
object
400 Response
'Missing required code definition', 'Missing required values definition','Missing required field (codeName)','Missing required field (codeType)','Duplicate code name', 'Internal server error'
Nested Schema : result
Type:
object
Nested Schema : details
Type:
object
500 Response
Internal server error
Nested Schema : result
Type:
object
Nested Schema : details
Type:
object