Skip to content

Commit 8e069a7

Browse files
OAS Update
1 parent 048ba15 commit 8e069a7

File tree

2 files changed

+82
-2
lines changed

2 files changed

+82
-2
lines changed

services/logs/v1alpha/logs.json

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@
364364
"info": {
365365
"description": "This API provides endpoints for managing STACKIT Logs.\n",
366366
"title": "STACKIT Logs API",
367-
"version": "1alpha.0.2"
367+
"version": "1alpha.0.3"
368368
},
369369
"openapi": "3.0.3",
370370
"paths": {
@@ -825,6 +825,46 @@
825825
"resource-type": "project"
826826
}
827827
},
828+
"get": {
829+
"description": "Get the information of the given access token.",
830+
"operationId": "GetAccessToken",
831+
"responses": {
832+
"200": {
833+
"content": {
834+
"application/json": {
835+
"schema": {
836+
"$ref": "#/components/schemas/accessToken"
837+
}
838+
}
839+
},
840+
"description": "Returns the information of the access token."
841+
},
842+
"400": {
843+
"$ref": "#/components/responses/badRequest"
844+
},
845+
"401": {
846+
"$ref": "#/components/responses/unauthorized"
847+
},
848+
"404": {
849+
"$ref": "#/components/responses/notFound"
850+
},
851+
"409": {
852+
"$ref": "#/components/responses/conflict"
853+
},
854+
"500": {
855+
"$ref": "#/components/responses/internalServerError"
856+
}
857+
},
858+
"summary": "Get Access Token",
859+
"x-stackit-authorization": {
860+
"actions": [
861+
"logs.instance.credentials.get"
862+
],
863+
"resource-id": "projectId",
864+
"resource-id-type": "dynamic",
865+
"resource-type": "project"
866+
}
867+
},
828868
"parameters": [
829869
{
830870
"$ref": "#/components/parameters/projectId"

services/logs/v1beta/logs.json

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@
364364
"info": {
365365
"description": "This API provides endpoints for managing STACKIT Logs.\n",
366366
"title": "STACKIT Logs API",
367-
"version": "1beta.0.2"
367+
"version": "1beta.0.3"
368368
},
369369
"openapi": "3.0.3",
370370
"paths": {
@@ -825,6 +825,46 @@
825825
"resource-type": "project"
826826
}
827827
},
828+
"get": {
829+
"description": "Get the information of the given access token.",
830+
"operationId": "GetAccessToken",
831+
"responses": {
832+
"200": {
833+
"content": {
834+
"application/json": {
835+
"schema": {
836+
"$ref": "#/components/schemas/accessToken"
837+
}
838+
}
839+
},
840+
"description": "Returns the information of the access token."
841+
},
842+
"400": {
843+
"$ref": "#/components/responses/badRequest"
844+
},
845+
"401": {
846+
"$ref": "#/components/responses/unauthorized"
847+
},
848+
"404": {
849+
"$ref": "#/components/responses/notFound"
850+
},
851+
"409": {
852+
"$ref": "#/components/responses/conflict"
853+
},
854+
"500": {
855+
"$ref": "#/components/responses/internalServerError"
856+
}
857+
},
858+
"summary": "Get Access Token",
859+
"x-stackit-authorization": {
860+
"actions": [
861+
"logs.instance.credentials.get"
862+
],
863+
"resource-id": "projectId",
864+
"resource-id-type": "dynamic",
865+
"resource-type": "project"
866+
}
867+
},
828868
"parameters": [
829869
{
830870
"$ref": "#/components/parameters/projectId"

0 commit comments

Comments
 (0)