Criteria
Create a criterion
POST
/v1/games/:game_id/criteria/
Request Body
Name | Type | Description |
---|---|---|
custom_id | string | |
name | string | |
description | string | |
type | string | |
custom_action_id | string | |
conditions | string | |
rule | string |
Retrieve a criterion
GET
/v1/games/:game_id/criteria/:id
Path Parameters
Name | Type | Description |
---|---|---|
id | string | The custom ID of the criterion you would like to retrieve. |
Update a criterion
PUT
/v1/games/:game_id/criteria/:id
Path Parameters
Name | Type | Description |
---|---|---|
id | string | The custom ID of the criterion you would like to update. |
Delete a criterion
DELETE
/v1/games/:game_id/criteria/:id
Path Parameters
Name | Type | Description |
---|---|---|
string | The custom ID of the criterion you would like to delete. |
List all criteria
GET
/v1/games/:game_id/criteria
Path Parameters
Name | Type | Description |
---|---|---|
string |
Last updated