# Organize

## 자료정리 및 구체화 하나 생성

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

#### Path Parameters

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

#### Query Parameters

| Name                                              | Type        | Description |
| ------------------------------------------------- | ----------- | ----------- |
| organizeDetails<mark style="color:red;">\*</mark> | text        | String      |
| organizeTitle<mark style="color:red;">\*</mark>   | varchar(30) | String      |

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

{% endtab %}
{% endtabs %}

## 자료정리 및 구체화 하나 조회

<mark style="color:blue;">`GET`</mark> `https://planyouridea/vieworganize/{organizeUuid}`

#### Path Parameters

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

#### Request Body

| Name                                              | Type        | Description   |
| ------------------------------------------------- | ----------- | ------------- |
| memoUuid<mark style="color:red;">\*</mark>        | bigint(16)  | Long          |
| organizeUuid<mark style="color:red;">\*</mark>    | bigint(16)  | Long          |
| organizeDetails<mark style="color:red;">\*</mark> | text        | String        |
| organizeTitle<mark style="color:red;">\*</mark>   | varchar(30) | String        |
| organizeCreated<mark style="color:red;">\*</mark> | timestamp   | LocalDateTime |

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

{% endtab %}
{% endtabs %}

## 자료정리 및 구체화 하나 수정

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

#### Path Parameters

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

#### Query Parameters

| Name                                              | Type        | Description |
| ------------------------------------------------- | ----------- | ----------- |
| organizeDetails<mark style="color:red;">\*</mark> | text        | String      |
| organizeTitle<mark style="color:red;">\*</mark>   | varchar(30) | String      |

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

{% endtab %}
{% endtabs %}

## 자료정리 및 구체화 하나 삭제

<mark style="color:red;">`DELETE`</mark> `https://planyouridea/deleteorganize/{organizeUuid}`

#### Path Parameters

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

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

{% endtab %}
{% endtabs %}
