Skip to content

Commit 77b8f58

Browse files
committed
chore: add default description
1 parent a4648e6 commit 77b8f58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/response.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class Response extends Construct {
2828

2929
public synth() {
3030
return {
31-
description: this.options.description || '',
31+
description: this.options.description || 'Successful response',
3232
content: {
3333
...(this.content && {
3434
[this.content.contentType]: this.content.synth(),

0 commit comments

Comments
 (0)