mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
feature: project templates with docs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Infisical",
|
||||
"openapi": "https://app.infisical.com/api/docs/json",
|
||||
"openapi": "http://localhost:8080/api/docs/json",
|
||||
"logo": {
|
||||
"dark": "/logo/dark.svg",
|
||||
"light": "/logo/light.svg",
|
||||
@@ -191,6 +191,7 @@
|
||||
"documentation/platform/dynamic-secrets/snowflake"
|
||||
]
|
||||
},
|
||||
"documentation/platform/project-templates",
|
||||
{
|
||||
"group": "Workflow Integrations",
|
||||
"pages": [
|
||||
@@ -644,6 +645,16 @@
|
||||
"api-reference/endpoints/project-roles/list"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Project Templates",
|
||||
"pages": [
|
||||
"api-reference/endpoints/project-templates/create",
|
||||
"api-reference/endpoints/project-templates/update",
|
||||
"api-reference/endpoints/project-templates/delete",
|
||||
"api-reference/endpoints/project-templates/get-by-id",
|
||||
"api-reference/endpoints/project-templates/list"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Environments",
|
||||
"pages": [
|
||||
|
||||
Reference in New Issue
Block a user