Conditions

* privacy_type for public is "P" for private is "R" for secret is "S"
Supported formats
json xml

Headers

Header name Description
_felix_session_id
required
Token obtained in login api

Params

Param name Description
ms_request
required

Request Wrapper

  • Must be a Valid JSON

ms_request[project]
required

Project Wrapper

  • Must be a Valid JSON

ms_request[project][template_id]
required

Template Id

  • Must be a Integer

ms_request[project][project_name]
optional

Project Name

  • Must be a String

ms_request[project][description]
optional

Description/Body of Project

  • Must be a String

ms_request[project][image_url]
optional

Image url of Project

  • Must be a String

ms_request[project][privacy_type]
required

Privacy Type

  • Must be a String

ms_request[project][project_id]
optional

Project Id

  • Must be a Integer

ms_request[project][tags]
optional

Tags

  • Must be a String

ms_request[project][room_prop_flag]
optional

edit_room_properties

  • Must be a String

ms_request[project][upload_access]
optional

upload_access

  • Must be a String

Errors

Code Description
404 Not found
401 Unauthorized
500 Server crashed

Try