Organize

자료정리 및 구체화 하나씩 생성 / 조회 / 수정 / 삭제

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

POST https://planyouridea/createorganize/{memoUuid}

Path Parameters

Name
Type
Description

memoUuid*

bigint(16)

Long

Query Parameters

Name
Type
Description

organizeDetails*

text

String

organizeTitle*

varchar(30)

String

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

GET https://planyouridea/vieworganize/{organizeUuid}

Path Parameters

Name
Type
Description

organizeUuid*

bigint(16)

Long

Request Body

Name
Type
Description

memoUuid*

bigint(16)

Long

organizeUuid*

bigint(16)

Long

organizeDetails*

text

String

organizeTitle*

varchar(30)

String

organizeCreated*

timestamp

LocalDateTime

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

PUT https://planyouridea/editorganize/{organizeUuid}

Path Parameters

Name
Type
Description

organizeUuid*

bigint(16)

Long

Query Parameters

Name
Type
Description

organizeDetails*

text

String

organizeTitle*

varchar(30)

String

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

DELETE https://planyouridea/deleteorganize/{organizeUuid}

Path Parameters

Name
Type
Description

organizeUuid*

bigint(16)

Long

Last updated