Update Study Status
Developing
PATCH
https://poplite-service.qapopulix.co/api/v1/partnership/study/{id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://poplite-service.qapopulix.co/api/v1/partnership/study/75703' \
--header 'api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "STOP"
}'
Response Response Example
200 - Success
{
"traceId": "d8f4e8a5-4a04-4cab-bad4-71b8fac08448",
"result": {
"code": "SUCCESS",
"message": "Study ID 75703 is updated"
}
}
Request
Path Params
id
integer
required
Example:
75703
Header Params
api-key
string
optional
Body Params application/json
Responses
Modified at 2025-04-25 03:56:19