Memos

퀵메모 하나 작성 / 하나 조회 / 퀵메모 폴더별 리스트 조회 / 하나 수정 / 하나 삭제 / 아이디어 구체화 및 실현 조회 / 퍼즐 버튼 클릭

퀵메모 하나 작성

POST https://planyouridea/writequickmemo/{folderUuid}

Path Parameters

Query Parameters

퀵메모 하나 조회

GET https://planyouridea/viewquickmemo/{memoUuid}

Path Parameters

Request Body

퀵메모 폴더별 리스트 조회

GET https://planyouridea/viewfolderquickmemolist/{folderUuid}

Path Parameters

Request Body

퀵메모 하나 수정

PUT https://planyouridea/editquickmemo/{memoUuid}

Path Parameters

Query Parameters

퀵메모 하나 삭제

DELETE https://planyouridea/deletequickmemo/{memoUuid}

Path Parameters

아이디어 구체화 및 실현 조회

GET https://planyouridea/ideas/{memoUuid}

Path Parameters

Request Body

퍼즐 버튼 클릭

GET https://planyouridea/summary/{memoUuid}

Path Parameters

Request Body

Last updated