Version 4.0.25.20 (latest)
Update a datagroup using the specified params.
Request
PATCH
/datagroups/{datagroup_id}
Datatype
Description
Request
HTTP Request
path
HTTP Path
Expand HTTP Path definition...
datagroup_id
string
ID of datagroup.
body
HTTP Body
Expand HTTP Body definition...
Expand Datagroup definition...
can
lock
object
Operations the current user is able to perform on this object
created_at
lock
integer
UNIX timestamp at which this entry was created.
id
lock
string
Unique ID of the datagroup
model_name
lock
string
Name of the model containing the datagroup. Unique when combined with name.
name
lock
string
Name of the datagroup. Unique when combined with model_name.
stale_before
integer
UNIX timestamp before which cache entries are considered stale. Cannot be in the future.
trigger_check_at
lock
integer
UNIX timestamp at which this entry trigger was last checked.
trigger_error
lock
string
The message returned with the error of the last trigger check.
trigger_value
lock
string
The value of the trigger when last checked.
triggered_at
integer
UNIX timestamp at which this entry became triggered. Cannot be in the future.
Response
200: Datagroup
Datatype
Description
(object)
can
lock
object
Operations the current user is able to perform on this object
created_at
lock
integer
UNIX timestamp at which this entry was created.
id
lock
string
Unique ID of the datagroup
model_name
lock
string
Name of the model containing the datagroup. Unique when combined with name.
name
lock
string
Name of the datagroup. Unique when combined with model_name.
stale_before
integer
UNIX timestamp before which cache entries are considered stale. Cannot be in the future.
trigger_check_at
lock
integer
UNIX timestamp at which this entry trigger was last checked.
trigger_error
lock
string
The message returned with the error of the last trigger check.
trigger_value
lock
string
The value of the trigger when last checked.
triggered_at
integer
UNIX timestamp at which this entry became triggered. Cannot be in the future.
400: Bad Request
Datatype
Description
(object)
message
lock
string
Error details
documentation_url
lock
string
Documentation link
404: Not Found
Datatype
Description
(object)
message
lock
string
Error details
documentation_url
lock
string
Documentation link
409: Resource Already Exists
Datatype
Description
(object)
message
lock
string
Error details
documentation_url
lock
string
Documentation link
422: Validation Error
Datatype
Description
(object)
message
lock
string
Error details
errors
Expand ValidationErrorDetail definition...
field
lock
string
Field with error
code
lock
string
Error code
message
lock
string
Error info message
documentation_url
lock
string
Documentation link
documentation_url
lock
string
Documentation link
429: Too Many Requests
Datatype
Description
(object)
message
lock
string
Error details
documentation_url
lock
string
Documentation link

