You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 15, 2025. It is now read-only.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@dmdgpdi @enigsuss
아래 내용에서 잘못되었거나 추가할 내용이 있으면 코멘트 남겨주세요.
확인후 이상 없다면, 이모지 남겨주세요 확정되면 위키로 이관할 예정입니다.
태그 규칙
1. 사용자는 본인이 등록한 태그만 조회/수정/삭제 가능
2. 등록한 태그는 순서를 보장
3. 같은 사용자가 등록한 태그의 이름은 중복될 수 없음
4. 태그의 순서가 변경되었을 시, 순서가 변경된 구간의 모든 태그를 업데이트 요청으로 보내야함
5. 태그 삭제시 해당 태그가 등록된 픽에서 해당 태그가 자동으로 삭제됨
6. 태그 등록, 수정, 삭제 요청은 개별 api 호출로 이루어 져야함
등록api, 수정api, 수정api, 삭제api 총 4번의 api호출이 필요
Tag Create Request
Tag Update Request
Tag Response
태그 삭제의 경우 pathvariable에 태그 id를 넣어 HTTP DELETE method로 요청
ex) DELETE : ./api/tag/{삭제할tagId}
Beta Was this translation helpful? Give feedback.
All reactions