# POST /product_tutorials/:id/product_tutorial_instructions/create **POST /product_tutorials/{id}/product_tutorial_instructions/create** Create product tutorial instruction ## Servers ## Parameters ### Path parameters - **id** (integer(int64)) ID of the resource to fetch ### Body: (array[object]) - **instruction** (string) ## Responses ### 201 successful operation #### Body: (array[object]) - **id** (integer) - **product_tutorial_id** (integer) - **instruction** (string) - **created_at** (string(DateTime)) - **updated_at** (string(DateTime)) ### 400 Bad Request ### 401 Authorization information is missing or invalid. ### 404 Product Tutorial Not Found ### 422 Unprocessable Entity ### 500 Server Error [Powered by Bump.sh](https://bump.sh)