POST/spaces/api/v1/feedback.json

Post feedback to the spaces team

Body Params

    • Name
      feedback
      Type
      object
      Description
      Feedback is the submission item received from the UI

    Request Examples

    Example Request

    POST
    /spaces/api/v1/feedback.json
    curl --request GET \
         --url https://{site_name}.teamwork.com/account.json

    Responses

    • Code
      200
      Type
      object
      Schema
      Description
      200 OK
    • Code
      400
      Type
      object
      Schema
      Description
      400 Bad Request
    • Code
      500
      Type
      object
      Schema
      Description
      500 Internal Server Error

    Examples

    200 OK

    Feedback
    {
      "feedback": {
        "emoji": "string",
        "messageBody": "string"
      }
    }