Skip to content

Commit

Permalink
fix: added back description
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Horton <[email protected]>
  • Loading branch information
madpah committed Nov 20, 2024
1 parent 3c66410 commit 64d937c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions spec/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4724,6 +4724,9 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/ApiComponentRemediationValueDTO'
description: Use this method to obtain remediation suggestions for policy
violations on a component basis. Remediations obtained from this method
are same as those appearing on the Component Details Page in the UI.
tags:
- Components
/api/v2/components/versions:
Expand Down
5 changes: 4 additions & 1 deletion update-spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,10 @@
'$ref': '#/components/schemas/ApiComponentRemediationValueDTO'
}
}
}
},
'description': 'Use this method to obtain remediation suggestions for policy violations on a '
'component basis. Remediations obtained from this method are same as those appearing on '
'the Component Details Page in the UI.'
}

# Coerce `default` responses to be `200`
Expand Down

0 comments on commit 64d937c

Please sign in to comment.