Actions

Create an action

POST /v1/games/:game_id/actions

Request Body

NameTypeDescription

custom_id

string

name

string

description

string

custom_data

string

reactions

array

Retrieve an action

GET /v1/games/:game_id/actions/:id

Path Parameters

NameTypeDescription

string

Update an action

PUT /v1/games/:game_id/actions/:id

Path Parameters

NameTypeDescription

string

Delete an action

DELETE /v1/games/:game_id/actions/:id

Path Parameters

NameTypeDescription

string

List all actions

GET /v1/games/:game_id/actions

Path Parameters

NameTypeDescription

string

Last updated