Tag create

POST

<aside> 🔗 https://www.orangeapi.ga/tag/

</aside>

Header


Content-Type

application/json

Authorizatio

Token {{KEY}}

Body


{
	"tag": "내용"  # string, max_length=24
}
{
	"pk": 20,
	"tag": "내용"
}

Tag read

GET

<aside> 🔗 https://www.orangeapi.ga/tag/

</aside>

→ 전체 tag 목록을 응답 받음

<aside> 🔗 https://www.orangeapi.ga/tag/int:recommendation_pk/

</aside>

→ tag_pk의 tag만 응답 받음

Header


Content-Type