File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
localstack-core/localstack Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number
8000
th> Diff line change 17
17
OPENAPI : Final = {
18
18
"openapi" : "3.1.0" ,
19
19
"info" : {
20
- "title" : "LocalStack REST API for Community Edition " ,
20
+ "title" : "LocalStack REST API for Community" ,
21
21
"summary" : (
22
22
"The LocalStack REST API exposes functionality related to diagnostics, health checks, plugins, "
23
23
"initialisation hooks, service introspection, and more."
217
217
},
218
218
"paths" : {
219
219
#
220
- # Service endpoints
220
+ # Provider endpoints
221
221
#
222
222
"/_aws/cloudwatch/metrics/raw" : {}, # TODO
223
223
"/_aws/dynamodb/expired" : {
287
287
},
288
288
},
289
289
"delete" : {
290
- "description" : "Discard SES messages" ,
290
+ "description" : "Discard sent SES messages" ,
291
291
"parameters" : [
292
292
{
293
293
"$ref" : "#/components/parameters/SesMessageId" ,
887
887
},
888
888
"/_localstack/plugins" : {
889
889
"get" : {
890
- "description" : "Get plugin information " ,
890
+ "description" : "" ,
891
891
"responses" : {
892
892
"200" : {
893
- "description" : "Plugin information " ,
893
+ "description" : "" ,
894
894
"content" : {"application/json" : {}},
895
895
}
896
896
},
897
897
}
898
898
},
899
899
"/_localstack/usage" : {
900
900
"get" : {
901
- "description" : "Get usage information " ,
901
+ "description" : "" ,
902
902
"responses" : {
903
903
"200" : {
904
- "description" : "Usage information " ,
904
+ "description" : "" ,
905
905
"content" : {
906
906
"application/json" : {},
907
907
},
You can’t perform that action at this time.
0 commit comments