Skip to content

Commit 97162ea

Browse files
committed
docs: update API documentation
1 parent f2462c1 commit 97162ea

23 files changed

+24
-3
lines changed

api-docs/cdk-rest-api-with-spec.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export interface IRestApiWithSpec extends aws_apigateway.IRestApi {
3434

3535
// @beta
3636
export interface JsonSchemaEx extends aws_apigateway.JsonSchema {
37-
additionalItems?: JsonSchemaEx[];
37+
additionalItems?: boolean | JsonSchemaEx;
3838
additionalProperties?: boolean | JsonSchemaEx;
3939
allOf?: JsonSchemaEx[];
4040
anyOf?: JsonSchemaEx[];

api-docs/markdown/cdk-rest-api-with-spec.augmentauthorizer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Security scheme object to add to `authorizer`<!-- -->.
6666

6767
</td></tr>
6868
</tbody></table>
69+
6970
**Returns:**
7071

7172
[IAuthorizerWithSpec](./cdk-rest-api-with-spec.iauthorizerwithspec.md)

api-docs/markdown/cdk-rest-api-with-spec.iauthorizerwithspec.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,4 @@ SecuritySchemeObject
5959
6060
</td></tr>
6161
</tbody></table>
62+

api-docs/markdown/cdk-rest-api-with-spec.iresourcewithspec.addmethod.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ _(Optional)_
8080

8181
</td></tr>
8282
</tbody></table>
83+
8384
**Returns:**
8485

8586
apigateway.Method

api-docs/markdown/cdk-rest-api-with-spec.iresourcewithspec.addresource.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ _(Optional)_
6464

6565
</td></tr>
6666
</tbody></table>
67+
6768
**Returns:**
6869

6970
[IResourceWithSpec](./cdk-rest-api-with-spec.iresourcewithspec.md)

api-docs/markdown/cdk-rest-api-with-spec.iresourcewithspec.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,4 @@ Description
119119
120120
</td></tr>
121121
</tbody></table>
122+

api-docs/markdown/cdk-rest-api-with-spec.irestapiwithspec.addmodel.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ props
6262

6363
</td></tr>
6464
</tbody></table>
65+
6566
**Returns:**
6667

6768
apigateway.Model

api-docs/markdown/cdk-rest-api-with-spec.irestapiwithspec.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,4 @@ Description
8787
8888
</td></tr>
8989
</tbody></table>
90+

api-docs/markdown/cdk-rest-api-with-spec.jsonschemaex.additionalitems.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ Extension of [additionalItems](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-c
1212
**Signature:**
1313

1414
```typescript
15-
additionalItems?: JsonSchemaEx[];
15+
additionalItems?: boolean | JsonSchemaEx;
1616
```

api-docs/markdown/cdk-rest-api-with-spec.jsonschemaex.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Description
5858
5959
</td><td>
6060
61-
[JsonSchemaEx](./cdk-rest-api-with-spec.jsonschemaex.md)<!-- -->\[\]
61+
boolean \| [JsonSchemaEx](./cdk-rest-api-with-spec.jsonschemaex.md)
6262
6363
6464
</td><td>
@@ -334,3 +334,4 @@ apigateway.IModel
334334
335335
</td></tr>
336336
</tbody></table>
337+

0 commit comments

Comments
 (0)