Add or update notification properties for a study
put
/ec-notifications-svc/rest/v1.0/studies/{studyId}/notificationProperties
Adds or update the notification properties for a study.
Request
Path Parameters
-
studyId(required): string
ID of the study.
Supported Media Types
- application/json
Nested Schema : NotificationPropertyDto
Type:
Show Source
object
-
propertyName(required): string
Minimum Length:
0
Maximum Length:100
-
propertyValue(required): string
Minimum Length:
0
Maximum Length:4000
Response
Supported Media Types
- application/json
200 Response
Success.
Root Schema : schema
Type:
Show Source
object
-
approvalFlag(required): string
Minimum Length:
0
Maximum Length:1
-
category(required): string
-
comment: string
Minimum Length:
0
Maximum Length:2048
-
createdBy(required): string
-
createdDate: string
(date-time)
-
entityId: string
(uuid)
-
entityType(required): string
-
id: string
(uuid)
-
immediateFlag(required): string
Minimum Length:
0
Maximum Length:1
-
messageDescription: string
Minimum Length:
0
Maximum Length:32767
-
messageSubject: string
Minimum Length:
0
Maximum Length:1024
-
notificationDatetime: string
(date-time)
-
objectVersionNumber: number
-
operationType: string
-
priority(required): string
-
privilege: string
-
reason: string
Minimum Length:
0
Maximum Length:255
-
serviceName(required): string
-
softwareVersionNumber: number
-
userId: string
(uuid)
-
userList: string
Minimum Length:
0
Maximum Length:4000
-
versionEnd: string
(date-time)
-
versionStart: string
(date-time)
400 Response
Bad request.
Nested Schema : result
Type:
object
Nested Schema : details
Type:
object
404 Response
Bad request.
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