# Update a vector action (manager) **PATCH /manager/vectors/{vector_id}/actions/{action_id}** ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Authentication methods - Bearer token ## Parameters ### Path parameters - **vector_id** (integer(int32)) The id of the vector - **action_id** (integer(int32)) The id of the vectorAction ### Body: application/json (object) - **type** (number) Vector action type - **id_chat_topic** (number) Chat topic id ## Responses ### 200 returns the updated vector action #### Body: application/json (object) - **type** (integer) - **id_chat_topic** (integer) ### 401 Unauthorized. #### Body: application/json (object) - **message** (string) ### 403 Forbidden - You don't have permission to access this route ### 404 Not found ### 422 Unprocessable Content #### Body: application/json (object) - **message** (string) Error message. - **errors** (object) [Powered by Bump.sh](https://bump.sh)