What does the response look like that you're sendi...
# general-english
s
What does the response look like that you're sending? It might help to add a description within
Copy code
"properties": {
        "conf_sid": {
          "type": "string"
and setting it to required
Copy code
"required": [
        "conf_sid"
      ]