Create Tag

Create Tag

To create the data in the specified collection with the specified parameters. When a JSON object is saved, the object properties are automatically added to the collection you specified.

Method : POST

URL : /api/tag

Body : JSON

{
	"name": "New Tag 2",
	"link": "New Tag Link 2"
}
name*Required
string

Name of tag.

link
string

Genre Goodread link

Response : 200 - OK

{
	"message": "Success add tag"
}

Response : 422 - Unprocessable Content

{
	"error": "Name required"
}

Response : 500 - Server Error

Internal Server Error