curl --request PATCH \
--url http://localhost/api/api/whitelist/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"rules": [
123
],
"bucket": "<string>",
"subject": "<string>"
}
'{
"id": 123,
"rules": [
123
],
"bucket": "<string>",
"subject": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"created_by": 123,
"modified_by": 123
}curl --request PATCH \
--url http://localhost/api/api/whitelist/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"rules": [
123
],
"bucket": "<string>",
"subject": "<string>"
}
'{
"id": 123,
"rules": [
123
],
"bucket": "<string>",
"subject": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"created_by": 123,
"modified_by": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.cynopsis.co/llms.txt
Use this file to discover all available pages before exploring further.
JWT token obtained from AWS Cognito or custom authentication service
A unique integer value identifying this whitelist.
Whitelist record updated successfully
Whitelist object with all details
Whitelist record ID
List of rule IDs
Bucket identifier
Subject identifier
Creation timestamp
Last update timestamp
ID of user who created the record
ID of user who last modified the record