> For the complete documentation index, see [llms.txt](https://docs.r4nkt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.r4nkt.com/api/criteria-groups.md).

# Criteria Groups

## Create a criteria group

<mark style="color:green;">`POST`</mark> `/v1/games/:game_id/criteria-groups`

#### Path Parameters

| Name | Type   | Description |
| ---- | ------ | ----------- |
|      | string |             |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}

## Retrieve a criteria group

<mark style="color:blue;">`GET`</mark> `/v1/games/:game_id/criteria-groups/:id`

#### Path Parameters

| Name | Type   | Description |
| ---- | ------ | ----------- |
|      | string |             |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}

## Update a criteria group

<mark style="color:orange;">`PUT`</mark> `/v1/games/:game_id/criteria-groups/:id`

#### Path Parameters

| Name | Type   | Description |
| ---- | ------ | ----------- |
|      | string |             |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}

## Delete a criteria group

<mark style="color:red;">`DELETE`</mark> `/v1/games/:game_id/criteria-groups/:id`

#### Path Parameters

| Name | Type   | Description |
| ---- | ------ | ----------- |
|      | string |             |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}

## List all criteria groups

<mark style="color:blue;">`GET`</mark> `/v1/games/:game_id/criteria-groups`

#### Path Parameters

| Name | Type   | Description |
| ---- | ------ | ----------- |
|      | string |             |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}
