# Star

## 별점 하나 생성 (필요한가?)

<mark style="color:green;">`POST`</mark> `https://planyouridea/createstar/{memoUuid}`

#### Path Parameters

| Name                                       | Type       | Description |
| ------------------------------------------ | ---------- | ----------- |
| memoUuid<mark style="color:red;">\*</mark> | bigint(16) | Long        |

#### Query Parameters

| Name                                          | Type          | Description             |
| --------------------------------------------- | ------------- | ----------------------- |
| starDetails<mark style="color:red;">\*</mark> | decimal(2, 1) | BigDecimal, default 0.0 |

## 별점 하나 수정

<mark style="color:orange;">`PUT`</mark> `https://planyouridea/editstar/{starUuid}`

#### Path Parameters

| Name                                       | Type       | Description |
| ------------------------------------------ | ---------- | ----------- |
| starUuid<mark style="color:red;">\*</mark> | bigint(16) | Long        |

#### Query Parameters

| Name                                          | Type          | Description             |
| --------------------------------------------- | ------------- | ----------------------- |
| starDetails<mark style="color:red;">\*</mark> | decimal(2, 1) | BigDecimal, default 0.0 |

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

{% endtab %}
{% endtabs %}
