Update Style Guide
Update the name of an existing style guide.
Path parameters
style_guide_id
The ID of the style guide.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
The name of the style guide.
Response
Successful Response
id
name
The name of the style guide.
created_at
The UTC date and time the style guide was created.
created_by
The ID of the user who created the style guide.
status
The status of the submitted style guide.
Allowed values:
updated_at
The UTC datetime that the style guide was last updated. If null, the style guide has never been updated.
updated_by
The ID of the user who last updated the style guide. If null, the style guide has never been updated.