Conditions

* Value for notifications:
  'Few' = '0'
  'Medium' = '1'
  'Many' = '2'
  'Team Admin Posted Items Only' = '3'
  'Domain Admin Defaults' = '4'
  'Custom' = '5'
* Default value is -1
Supported formats
json xml

Headers

Header name Description
_felix_session_id
required
Token obtained in login api

Params

Param name Description
id
required

Team Id

  • Must be a String

ms_request
required

Request Wrapper

  • Must be a Valid JSON

ms_request[team]
required

Comment Wrapper

  • Must be a Valid JSON

ms_request[team][notify_on_mobile]
required

Value for notifying on mobile

  • Must be a String

ms_request[team][notify_on_web]
optional

Value for notifying on web

  • Must be a String

ms_request[team][notify_on_desktop]
optional

Value for notifying on desktop

  • Must be a String

ms_request[team][notify_on_email]
optional

Value for notifying on email

  • Must be a String

Errors

Code Description
404 Not found
401 Unauthorized
500 Server crashed

Try