Introduction

We are listing the available API endpoints for habitate.io. These can be used to build additional feature and create linked services around your community.

In case you need more help you can get in touch with the team, developer-support at habitate.io

Edit a tag

Endpoint

PUT /api/v1/tags/{tag_id}

Url path variables

Possible values Comments
tag_id The tag_id to be edited.

Body parameters

Name Type Req? Comments
name string Y similar format as hashtags
description boolean N  
image string N url of image, displayed as banner in UI(future scope)
og_image string N image url
og_title string N  
og_description string N  
back_color string N hex color code, defaults to #ffffff
text_color string N hex color code, defaults to #330000

Note: Ensure that the name is unique across tags.

Response parameters

{
  "tag_id": 5,
  "name": "associate",
  "display_name": "Associate",
  "description": "Table",
  "image": "http://placeimg.com/640/480/food",
  "og_image": "http://placeimg.com/640/480/food",
  "og_title": "Forward Mobility Coordinator",
  "og_description": "high-level",
  "back_color": "#ffffff",
  "text_color": "#330000"
}