Actions
Create an action
POST
/v1/games/:game_id/actions
Request Body
Name
Type
Description
custom_id
string
name
string
description
string
custom_data
string
reactions
array
Retrieve an action
GET
/v1/games/:game_id/actions/:id
Path Parameters
Name
Type
Description
string
Update an action
PUT
/v1/games/:game_id/actions/:id
Path Parameters
Name
Type
Description
string
Delete an action
DELETE
/v1/games/:game_id/actions/:id
Path Parameters
Name
Type
Description
string
List all actions
GET
/v1/games/:game_id/actions
Path Parameters
Name
Type
Description
string
Last updated