10000 Comments · localstack/localstack@c0d4afe · GitHub
[go: up one dir, main page]

Skip to content

Commit c0d4afe

8000
Browse files
Comments
1 parent 5faf17b commit c0d4afe

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

localstack-core/localstack/spec.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
OPENAPI: Final = {
1818
"openapi": "3.1.0",
1919
"info": {
20-
"title": "LocalStack REST API for Community Edition",
20+
"title": "LocalStack REST API for Community",
2121
"summary": (
2222
"The LocalStack REST API exposes functionality related to diagnostics, health checks, plugins, "
2323
"initialisation hooks, service introspection, and more."
@@ -217,7 +217,7 @@
217217
},
218218
"paths": {
219219
#
220-
# Service endpoints
220+
# Provider endpoints
221221
#
222222
"/_aws/cloudwatch/metrics/raw": {}, # TODO
223223
"/_aws/dynamodb/expired": {
@@ -287,7 +287,7 @@
287287
},
288288
},
289289
"delete": {
290-
"description": "Discard SES messages",
290+
"description": "Discard sent SES messages",
291291
"parameters": [
292292
{
293293
"$ref": "#/components/parameters/SesMessageId",
@@ -887,21 +887,21 @@
887887
},
888888
"/_localstack/plugins": {
889889
"get": {
890-
"description": "Get plugin information",
890+
"description": "",
891891
"responses": {
892892
"200": {
893-
"description": "Plugin information",
893+
"description": "",
894894
"content": {"application/json": {}},
895895
}
896896
},
897897
}
898898
},
899899
"/_localstack/usage": {
900900
"get": {
901-
"description": "Get usage information",
901+
"description": "",
902902
"responses": {
903903
"200": {
904-
"description": "Usage information",
904+
"description": "",
905905
"content": {
906906
"application/json": {},
907907
},

0 commit comments

Comments
 (0)
0