Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Take a survey live (status 22). This call is used to change the status of the survey. 

bapit-7

Request


PATCH $apihost/$basepath/surveys/5000

($apihost is the environment against which you are testing, and $basepath is the base path with the api version. All Buy API calls will require access-token parameter in the header) 


Parameters: 

Body: 

[
  {
    "op": "replace",
    "path": "/ps_survey_status",
    "value": 22,
    "from": "string"
  }
]

Response



Response Code

200

Response Body

{}
  • No labels