File tree Expand file tree Collapse file tree 1 file changed +52
-0
lines changed
Expand file tree Collapse file tree 1 file changed +52
-0
lines changed Original file line number Diff line number Diff line change 13621362 }
13631363 }
13641364 }
1365+ },
1366+ "/templates/{templateId}" : {
1367+ "get" : {
1368+ "tags" : [
1369+ " templates"
1370+ ],
1371+ "summary" : " Gets a templateI by id." ,
1372+ "description" : " Returns template by id." ,
1373+ "operationId" : " f3b8e0890ad48fbb3ef2d95416161aec" ,
1374+ "parameters" : [
1375+ {
1376+ "name" : " session" ,
1377+ "in" : " header" ,
1378+ "description" : " Session ID obtained from authentication" ,
1379+ "required" : true ,
1380+ "schema" : {
1381+ "type" : " string"
1382+ }
1383+ },
1384+ {
1385+ "name" : " templateId" ,
1386+ "in" : " path" ,
1387+ "description" : " template ID" ,
1388+ "required" : true ,
1389+ "schema" : {
1390+ "type" : " string"
1391+ }
1392+ }
1393+ ],
1394+ "responses" : {
1395+ "200" : {
1396+ "description" : " Success" ,
1397+ "content" : {
1398+ "application/json" : {
1399+ "schema" : {
1400+ "$ref" : " #/components/schemas/Template"
1401+ }
1402+ }
1403+ }
1404+ },
1405+ "403" : {
1406+ "description" : " Failure" ,
1407+ "content" : {
1408+ "application/json" : {
1409+ "schema" : {
1410+ "$ref" : " #/components/schemas/UnauthorizedResponse"
1411+ }
1412+ }
1413+ }
1414+ }
1415+ }
1416+ }
13651417 }
13661418 },
13671419 "components" : {
You can’t perform that action at this time.
0 commit comments