cURL
curl --request POST \ --url http://localhost:3001/portal-api/posts/{post_id}/tags \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "ID": 123 }'
{ "ID": "<string>", "Name": "<string>", "CreatedAt": "2023-06-25 13:37", "UpdatedAt": "2023-06-25 13:37" }
Attach a tag to a specific post.
UID of a post
1
Unique identifier for the tag
Created
Name of the tag
Timestamp of when this tag was created
"2023-06-25 13:37"
Timestamp of when this tag was last updated
Was this page helpful?