Star

별점 하나 생성 / 하나 수정

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

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

Path Parameters

Name
Type
Description

memoUuid*

bigint(16)

Long

Query Parameters

Name
Type
Description

starDetails*

decimal(2, 1)

BigDecimal, default 0.0

별점 하나 수정

PUT https://planyouridea/editstar/{starUuid}

Path Parameters

Name
Type
Description

starUuid*

bigint(16)

Long

Query Parameters

Name
Type
Description

starDetails*

decimal(2, 1)

BigDecimal, default 0.0

Last updated