Update User Toolkit
PATCH/api/toolkits
Updates an existing user toolkit by slug.
Only the fields provided in the request body will be updated. The authenticated user must be the owner of the toolkit.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Toolkit updated successfully
Missing slug query parameter or invalid body
Authentication required or invalid token
Not the owner of the toolkit
Toolkit not found
Internal server error