Criteria

Create a criterion

POST /v1/games/:game_id/criteria/

Request Body

NameTypeDescription

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

NameTypeDescription

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

NameTypeDescription

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

NameTypeDescription

string

The custom ID of the criterion you would like to delete.

List all criteria

GET /v1/games/:game_id/criteria

Path Parameters

NameTypeDescription

string

Last updated