File tree Expand file tree Collapse file tree 2 files changed +82
-2
lines changed
Expand file tree Collapse file tree 2 files changed +82
-2
lines changed Original file line number Diff line number Diff line change 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" : {
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"
Original file line number Diff line number Diff line change 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" : {
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"
You can’t perform that action at this time.
0 commit comments