Post tag
Creates a tag with the given key and value.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The key of the tag to create.
The value of the tag to create.
The ID of the owner that manages the tag.
Body
Response
The tag that was created.
Tag Object
Description
The Tag object is used to represent a tag.
Usage Example
Get tags from the GET Tag endpoint.
The ID of the tag.
"f290a738-5f9f-43c2-ad67-fa31ff0eb946"
The date the tag was created.
"2022-01-23T04:56:07.000Z"
The date the tag was last updated.
"2022-02-23T01:34:07.000Z"
The ID of the user that created the tag.
"d4a7d928-783e-4599-8ec6-088d635a5bcc"
The key of the tag.
"database-name"
The value of the tag.
"redis_db"

