# Adds a response to a performer prompt. **PATCH /tasks/{id}/performer-prompts/{questionNumber}** Adds a response to a performer prompt. Response is checked to be the same as the performer prompt type. [Read More about Performer Prompts](https://cadencyhelp.cadency.trintech.com//current/content/about_questions.htm) ## Servers - https://usaapi02.cadencyservices.trintech.com/test/api: https://usaapi02.cadencyservices.trintech.com/test/api () ## Authentication methods - Oauth2 ## Parameters ### Path parameters - **id** (integer) The identifier for the task which is set as a taskId. No need to set seprate `taksId` in the Request Body. - **questionNumber** (integer(int32)) The identifier for the question from the given taskId which is set as a questionNumber. No need to set separate `questionNumber` in the Request Body. ### Body: application/json (object) - **response** (string) The response for the close task action plan question which we are updating - **taskId** (integer) The ID of the close task action plan. - **questionNumber** (integer(int32)) The question for the close task action plan which we are updating ## Responses ### 200 OK #### Body: application/json (object) - **response** (string) The response for the close task action plan question which we are updating - **taskId** (integer) The ID of the close task action plan. - **questionNumber** (integer(int32)) The question for the close task action plan which we are updating [Powered by Bump.sh](https://bump.sh)