Update Style
Updates an existing Style. name and isLearningModeEnabled are replaced with the provided values; the two instruction fields are merge-patched — omit a field to keep its current value, pass an empty string to clear it. Changes take effect immediately — the next comment or DM generation uses the updated values. Toggling isLearningModeEnabled changes auto-collection behavior (see comment-example config).
Authorizations
API Key for authentication
Path Parameters
Body
ID of the Style to update.
New Style name.
1New learning-mode flag value. See the isLearningModeEnabled field on create for semantics.
New plain-text instructions for comment generation. Omit to keep the current value; pass an empty string to clear.
New plain-text instructions for DM generation. Omit to keep the current value; pass an empty string to clear.