We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4648e6 commit 77b8f58Copy full SHA for 77b8f58
1 file changed
lib/response.ts
@@ -28,7 +28,7 @@ export class Response extends Construct {
28
29
public synth() {
30
return {
31
- description: this.options.description || '',
+ description: this.options.description || 'Successful response',
32
content: {
33
...(this.content && {
34
[this.content.contentType]: this.content.synth(),
0 commit comments