Update library kit
put
/ec-library-svc/rest/v1.0/libraryObjects/kits/{libraryKitId}
Updates a specific library kit by ID.
Request
Path Parameters
-
libraryKitId(required): string(uuid)
Library ID
Supported Media Types
- */*
Root Schema : LibraryKitsDtoV1 v1.0
Type:
objectTitle:
LibraryKitsDtoV1 v1.0Information about library kits
Show Source
-
kitDescription: string
(string)
Kits descriptionExample:
Placebo -
libraryKitId: string
(uuid)
Library kit ID
-
poolingId: string
(string)
Pooling IDExample:
BPAF -
status: string
Allowed Values:
[ "DRAFT", "APPROVED", "ARCHIVED", "PUBLISHED" ]Library statusExample:DRAFT -
storageSetting: string
Allowed Values:
[ "AMBIENT", "REFRIGERATED", "FROZEN" ]Kit storage setting.Example:REFRIGERATED -
trialSupplyType: string
Trial supply type for the kit.Example:
BOTTLE -
unitsPerKit: number
(double)
Units per KitExample:
5
Response
Supported Media Types
- application/json
200 Response
Successful operation.
Root Schema : LibraryKitsDtoV1 v1.0
Type:
objectTitle:
LibraryKitsDtoV1 v1.0Information about library kits
Show Source
-
kitDescription: string
(string)
Kits descriptionExample:
Placebo -
libraryKitId: string
(uuid)
Library kit ID
-
poolingId: string
(string)
Pooling IDExample:
BPAF -
status: string
Allowed Values:
[ "DRAFT", "APPROVED", "ARCHIVED", "PUBLISHED" ]Library statusExample:DRAFT -
storageSetting: string
Allowed Values:
[ "AMBIENT", "REFRIGERATED", "FROZEN" ]Kit storage setting.Example:REFRIGERATED -
trialSupplyType: string
Trial supply type for the kit.Example:
BOTTLE -
unitsPerKit: number
(double)
Units per KitExample:
5
500 Response
Error
Root Schema : ErrorResponseData
Type:
objectStructure representing an error response from the reporting service. Contains an error code, human-readable message, and details.
Show Source
-
details: string
Detailed error context or debugging information such as validation error, stack trace, or field/parameter cause.Example:
User role is missing required permission REPORTING_VIEW. Field: userId -
errorCode: string
Application or business-specific error code representing the error type.Example:
REPT_401 -
errorMessage: string
Human-readable error message describing the failure or issue.Example:
Unauthorized: User does not have access to the requested resource