v2.0
put
/ec-library-svc/rest/v2.0/libraryUses
Updates a library uses object.
Request
Query Parameters
-
validateExisting: boolean
Validate uses existsDefault Value:
trueExample:true
Supported Media Types
- application/json
Root Schema : LibraryUsesDtoV2.0
Type:
objectTitle:
LibraryUsesDtoV2.0Information about how a library object is used in studies.
Show Source
-
libraryId: string
Title:
Library IDUnique identifier (UUID, 32-character uppercase hexadecimal string) of the library object.Example:B1B8327AFAA6412287106192AB5984EF -
librarySourceStudyId: string
Title:
Library source study IDUnique identifier (UUID, 32-character uppercase hexadecimal string) of source study where the library was created.Example:B1B8327AFAA6412287106192AB5984EF -
objectId: string
Title:
Object IDUnique identifier (UUID, 32-character uppercase hexadecimal string) of the underlying object (for example, forms or rules).Example:B1B8327AFAA6412287106192AB5984EF -
objectType: string
Title:
Object typeType of the underlying object.Example:FORM -
relationType: string
Title:
Relation typeAllowed Values:[ "LIBRARY_ROOT, IMPORT_FROM_LIBRARY, IMPORT_FROM_LIBRARY_MODIFIED" ]Relationship type describing how the library object is used.Example:LIBRARY_ROOT -
studyId: string
Title:
Study IDUnique identifier (UUID, 32-character uppercase hexadecimal string) representing the study.Example:B1B8327AFAA6412287106192AB5984EF -
studyType: string
Title:
Study typeType of the study.Example:LIBRARY -
studyVersion: string
Title:
Study versionString representing the version of the study configuration or protocol. Helps track changes in form or study design.Example:1.0.0.1 -
versionStart: string
(date-time)
Title:
Version startUses version start timestamp.Example:2023-08-30T07:59:46.901Z
Examples
Back to Top
Response
Supported Media Types
- application/json
200 Response
Successful operation.
Root Schema : LibraryUsesDtoV2.0
Type:
objectTitle:
LibraryUsesDtoV2.0Information about how a library object is used in studies.
Show Source
-
libraryId: string
Title:
Library IDUnique identifier (UUID, 32-character uppercase hexadecimal string) of the library object.Example:B1B8327AFAA6412287106192AB5984EF -
librarySourceStudyId: string
Title:
Library source study IDUnique identifier (UUID, 32-character uppercase hexadecimal string) of source study where the library was created.Example:B1B8327AFAA6412287106192AB5984EF -
objectId: string
Title:
Object IDUnique identifier (UUID, 32-character uppercase hexadecimal string) of the underlying object (for example, forms or rules).Example:B1B8327AFAA6412287106192AB5984EF -
objectType: string
Title:
Object typeType of the underlying object.Example:FORM -
relationType: string
Title:
Relation typeAllowed Values:[ "LIBRARY_ROOT, IMPORT_FROM_LIBRARY, IMPORT_FROM_LIBRARY_MODIFIED" ]Relationship type describing how the library object is used.Example:LIBRARY_ROOT -
studyId: string
Title:
Study IDUnique identifier (UUID, 32-character uppercase hexadecimal string) representing the study.Example:B1B8327AFAA6412287106192AB5984EF -
studyType: string
Title:
Study typeType of the study.Example:LIBRARY -
studyVersion: string
Title:
Study versionString representing the version of the study configuration or protocol. Helps track changes in form or study design.Example:1.0.0.1 -
versionStart: string
(date-time)
Title:
Version startUses version start timestamp.Example:2023-08-30T07:59:46.901Z
Examples
500 Response
Error
Nested Schema : details
Type:
object