Update the site global property by ID
put
/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/sdfs/globalProperties
Updates the global property of the site with property ID.
Request
Path Parameters
-
mode(required): string
Mode of the study. Accepts active, test, or training.
-
studyId(required): string(uuid)
The ID of the study.
Supported Media Types
- application/json
Nested Schema : SDFsPropertyDto
Type:
Show Source
object
-
comment: string
Minimum Length:
0
Maximum Length:2048
-
id: string
(uuid)
-
propertyName(required): string
Minimum Length:
0
Maximum Length:100
-
propertyValue(required): string
Minimum Length:
0
Maximum Length:2048
-
reason: string
Minimum Length:
0
Maximum Length:255
-
sdfId: string
(uuid)
-
versionStart: string
(date-time)
Response
Supported Media Types
- application/json
200 Response
Site property updated.
Root Schema : sdfPropertyList
Type:
object
Title:
sdfPropertyList
Contains site depot properties.
Show Source
-
id: string
(uuid)
Unique id for site property
-
propertyName: string
Property nameExample:
drugDestruction
-
propertyValue: string
Property valueExample:
false
-
reason: string
reasonExample:
test
-
sdfId: string
(uuid)
Unique id for site/depot
-
versionStart: string
(date-time)
Version Start
400 Response
Bad request.
Nested Schema : result
Type:
object
Nested Schema : details
Type:
object