Tags

Add tag

POST ushahididocs.api.ushahidi.io/api/v3/tags

Request Body

NameTypeDescription

parent_id

integer

Parent identifier for Tag

icon

String

Tag icon name

description

String

Tag description

color

String

Tag color

type

String

Type of tag

tag

String

Tag name

role

Array

Tag role

priority

Integer

Tag priority value

children

Array

An array of other dependent children tag

{
  "id": 0,
  "url": "string",
  "parent_id": "string",
  "tag": "string",
  "slug": "string",
  "type": "string",
  "color": "string",
  "icon": "string",
  "description": "string",
  "priority": 0,
  "created": "string",
  "role": [
    "string"
  ],
  "children": [
    "string"
  ],
  "allowed_privileges": [
    "string"
  ]
}

Edit tag

PUT ushahididocs.api.ushahidi.io/api/v3/tags/2

Request Body

NameTypeDescription

parent_id

Integer

Parent identifier for Tag

icon

String

Tag icon name

description

String

Tag description

color

String

Tag color

type

String

Type of tag

tag

String

Tag name

role

Array

Tag role

priority

Integer

Tag priority value

children

Array

An array of other dependent children tag

{
  "id": 0,
  "url": "string",
  "parent_id": "string",
  "tag": "string",
  "slug": "string",
  "type": "string",
  "color": "string",
  "icon": "string",
  "description": "string",
  "priority": 0,
  "created": "string",
  "role": [
    "string"
  ],
  "children": [
    "string"
  ],
  "allowed_privileges": [
    "string"
  ]
}