diff --git a/docs/docs/apis/shield-service-enable-user.api.mdx b/docs/docs/apis/shield-service-enable-user.api.mdx
index 149ef92d9..32fb151e7 100644
--- a/docs/docs/apis/shield-service-enable-user.api.mdx
+++ b/docs/docs/apis/shield-service-enable-user.api.mdx
@@ -1,14 +1,14 @@
---
-id: shield-service-enable-user
+id: frontier-service-enable-user
title: "Enable user"
-description: "Sets the state of the user as enabled. The user will be able to log in and access the Shield instance."
+description: "Sets the state of the user as enabled. The user will be able to log in and access the Frontier instance."
sidebar_label: "Enable user"
hide_title: true
hide_table_of_contents: true
api:
{
- "description": "Sets the state of the user as enabled. The user will be able to log in and access the Shield instance.",
- "operationId": "ShieldService_EnableUser",
+ "description": "Sets the state of the user as enabled. The user will be able to log in and access the Frontier instance.",
+ "operationId": "FrontierService_EnableUser",
"responses":
{
"200":
@@ -139,7 +139,7 @@ api:
},
"500":
{
- "description": "Internal Server Error. Returned when theres is something wrong with Shield server.",
+ "description": "Internal Server Error. Returned when theres is something wrong with Frontier server.",
"content":
{
"application/json":
@@ -238,8 +238,8 @@ api:
"jsonRequestBodyExample": {},
"info":
{
- "title": "Shield Administration API",
- "description": "The Shield APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Shield APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Shield APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Shield into your existing applications and workflows.",
+ "title": "Frontier Administration API",
+ "description": "The Frontier APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Frontier APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Frontier APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Frontier into your existing applications and workflows.",
"version": "0.2.0",
"contact":
{
@@ -250,7 +250,7 @@ api:
"license":
{
"name": "Apache 2.0",
- "url": "https://github.com/raystack/shield/blob/main/LICENSE",
+ "url": "https://github.com/raystack/frontier/blob/main/LICENSE",
},
},
"postman":
@@ -258,7 +258,7 @@ api:
"name": "Enable user",
"description":
{
- "content": "Sets the state of the user as enabled. The user will be able to log in and access the Shield instance.",
+ "content": "Sets the state of the user as enabled. The user will be able to log in and access the Frontier instance.",
"type": "text/plain",
},
"url":
@@ -293,7 +293,7 @@ api:
},
}
sidebar_class_name: "post api-method"
-info_path: apis/shield-administration-api
+info_path: apis/frontier-administration-api
custom_edit_url: null
---
@@ -308,7 +308,7 @@ import TabItem from "@theme/TabItem";
## Enable user
-Sets the state of the user as enabled. The user will be able to log in and access the Shield instance.
+Sets the state of the user as enabled. The user will be able to log in and access the Frontier instance.
Request Body required
@@ -340,7 +340,7 @@ Not Found - The requested resource was not found
-Internal Server Error. Returned when theres is something wrong with Shield server.
+Internal Server Error. Returned when theres is something wrong with Frontier server.
diff --git a/docs/docs/apis/shield-service-get-current-user.api.mdx b/docs/docs/apis/shield-service-get-current-user.api.mdx
index 211c6e6cf..ccd886060 100644
--- a/docs/docs/apis/shield-service-get-current-user.api.mdx
+++ b/docs/docs/apis/shield-service-get-current-user.api.mdx
@@ -1,5 +1,5 @@
---
-id: shield-service-get-current-user
+id: frontier-service-get-current-user
title: "Get current user"
description: "Get current user"
sidebar_label: "Get current user"
@@ -7,7 +7,7 @@ hide_title: true
hide_table_of_contents: true
api:
{
- "operationId": "ShieldService_GetCurrentUser",
+ "operationId": "FrontierService_GetCurrentUser",
"responses":
{
"200":
@@ -218,7 +218,7 @@ api:
},
"500":
{
- "description": "Internal Server Error. Returned when theres is something wrong with Shield server.",
+ "description": "Internal Server Error. Returned when theres is something wrong with Frontier server.",
"content":
{
"application/json":
@@ -303,8 +303,8 @@ api:
},
"info":
{
- "title": "Shield Administration API",
- "description": "The Shield APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Shield APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Shield APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Shield into your existing applications and workflows.",
+ "title": "Frontier Administration API",
+ "description": "The Frontier APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Frontier APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Frontier APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Frontier into your existing applications and workflows.",
"version": "0.2.0",
"contact":
{
@@ -315,7 +315,7 @@ api:
"license":
{
"name": "Apache 2.0",
- "url": "https://github.com/raystack/shield/blob/main/LICENSE",
+ "url": "https://github.com/raystack/frontier/blob/main/LICENSE",
},
},
"postman":
@@ -334,7 +334,7 @@ api:
},
}
sidebar_class_name: "get api-method"
-info_path: apis/shield-administration-api
+info_path: apis/frontier-administration-api
custom_edit_url: null
---
@@ -373,7 +373,7 @@ Not Found - The requested resource was not found
-Internal Server Error. Returned when theres is something wrong with Shield server.
+Internal Server Error. Returned when theres is something wrong with Frontier server.
diff --git a/docs/docs/apis/shield-service-get-group.api.mdx b/docs/docs/apis/shield-service-get-group.api.mdx
index 3feb6b23f..4325ccee4 100644
--- a/docs/docs/apis/shield-service-get-group.api.mdx
+++ b/docs/docs/apis/shield-service-get-group.api.mdx
@@ -1,5 +1,5 @@
---
-id: shield-service-get-group
+id: frontier-service-get-group
title: "Get group"
description: "Get group"
sidebar_label: "Get group"
@@ -7,7 +7,7 @@ hide_title: true
hide_table_of_contents: true
api:
{
- "operationId": "ShieldService_GetGroup",
+ "operationId": "FrontierService_GetGroup",
"responses":
{
"200":
@@ -175,7 +175,7 @@ api:
},
"500":
{
- "description": "Internal Server Error. Returned when theres is something wrong with Shield server.",
+ "description": "Internal Server Error. Returned when theres is something wrong with Frontier server.",
"content":
{
"application/json":
@@ -275,8 +275,8 @@ api:
},
"info":
{
- "title": "Shield Administration API",
- "description": "The Shield APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Shield APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Shield APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Shield into your existing applications and workflows.",
+ "title": "Frontier Administration API",
+ "description": "The Frontier APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Frontier APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Frontier APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Frontier into your existing applications and workflows.",
"version": "0.2.0",
"contact":
{
@@ -287,7 +287,7 @@ api:
"license":
{
"name": "Apache 2.0",
- "url": "https://github.com/raystack/shield/blob/main/LICENSE",
+ "url": "https://github.com/raystack/frontier/blob/main/LICENSE",
},
},
"postman":
@@ -324,7 +324,7 @@ api:
},
}
sidebar_class_name: "get api-method"
-info_path: apis/shield-administration-api
+info_path: apis/frontier-administration-api
custom_edit_url: null
---
@@ -363,7 +363,7 @@ Not Found - The requested resource was not found
-Internal Server Error. Returned when theres is something wrong with Shield server.
+Internal Server Error. Returned when theres is something wrong with Frontier server.
diff --git a/docs/docs/apis/shield-service-get-jw-ks-2.api.mdx b/docs/docs/apis/shield-service-get-jw-ks-2.api.mdx
index 899b97fcc..0cf48ab9c 100644
--- a/docs/docs/apis/shield-service-get-jw-ks-2.api.mdx
+++ b/docs/docs/apis/shield-service-get-jw-ks-2.api.mdx
@@ -1,5 +1,5 @@
---
-id: shield-service-get-jw-ks-2
+id: frontier-service-get-jw-ks-2
title: "Get well known JWKs"
description: "Get well known JWKs"
sidebar_label: "Get well known JWKs"
@@ -7,7 +7,7 @@ hide_title: true
hide_table_of_contents: true
api:
{
- "operationId": "ShieldService_GetJWKs2",
+ "operationId": "FrontierService_GetJWKs2",
"responses":
{
"200":
@@ -207,7 +207,7 @@ api:
},
"500":
{
- "description": "Internal Server Error. Returned when theres is something wrong with Shield server.",
+ "description": "Internal Server Error. Returned when theres is something wrong with Frontier server.",
"content":
{
"application/json":
@@ -292,8 +292,8 @@ api:
},
"info":
{
- "title": "Shield Administration API",
- "description": "The Shield APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Shield APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Shield APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Shield into your existing applications and workflows.",
+ "title": "Frontier Administration API",
+ "description": "The Frontier APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Frontier APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Frontier APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Frontier into your existing applications and workflows.",
"version": "0.2.0",
"contact":
{
@@ -304,7 +304,7 @@ api:
"license":
{
"name": "Apache 2.0",
- "url": "https://github.com/raystack/shield/blob/main/LICENSE",
+ "url": "https://github.com/raystack/frontier/blob/main/LICENSE",
},
},
"postman":
@@ -323,7 +323,7 @@ api:
},
}
sidebar_class_name: "get api-method"
-info_path: apis/shield-administration-api
+info_path: apis/frontier-administration-api
custom_edit_url: null
---
@@ -362,7 +362,7 @@ Not Found - The requested resource was not found
-Internal Server Error. Returned when theres is something wrong with Shield server.
+Internal Server Error. Returned when theres is something wrong with Frontier server.
diff --git a/docs/docs/apis/shield-service-get-jw-ks.api.mdx b/docs/docs/apis/shield-service-get-jw-ks.api.mdx
index 31ce83033..47eaf4d96 100644
--- a/docs/docs/apis/shield-service-get-jw-ks.api.mdx
+++ b/docs/docs/apis/shield-service-get-jw-ks.api.mdx
@@ -1,5 +1,5 @@
---
-id: shield-service-get-jw-ks
+id: frontier-service-get-jw-ks
title: "Get well known JWKs"
description: "Get well known JWKs"
sidebar_label: "Get well known JWKs"
@@ -7,7 +7,7 @@ hide_title: true
hide_table_of_contents: true
api:
{
- "operationId": "ShieldService_GetJWKs",
+ "operationId": "FrontierService_GetJWKs",
"responses":
{
"200":
@@ -207,7 +207,7 @@ api:
},
"500":
{
- "description": "Internal Server Error. Returned when theres is something wrong with Shield server.",
+ "description": "Internal Server Error. Returned when theres is something wrong with Frontier server.",
"content":
{
"application/json":
@@ -292,8 +292,8 @@ api:
},
"info":
{
- "title": "Shield Administration API",
- "description": "The Shield APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Shield APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Shield APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Shield into your existing applications and workflows.",
+ "title": "Frontier Administration API",
+ "description": "The Frontier APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Frontier APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Frontier APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Frontier into your existing applications and workflows.",
"version": "0.2.0",
"contact":
{
@@ -304,7 +304,7 @@ api:
"license":
{
"name": "Apache 2.0",
- "url": "https://github.com/raystack/shield/blob/main/LICENSE",
+ "url": "https://github.com/raystack/frontier/blob/main/LICENSE",
},
},
"postman":
@@ -323,7 +323,7 @@ api:
},
}
sidebar_class_name: "get api-method"
-info_path: apis/shield-administration-api
+info_path: apis/frontier-administration-api
custom_edit_url: null
---
@@ -362,7 +362,7 @@ Not Found - The requested resource was not found
-Internal Server Error. Returned when theres is something wrong with Shield server.
+Internal Server Error. Returned when theres is something wrong with Frontier server.
diff --git a/docs/docs/apis/shield-service-get-meta-schema.api.mdx b/docs/docs/apis/shield-service-get-meta-schema.api.mdx
index fcdaca6e2..3a628d87c 100644
--- a/docs/docs/apis/shield-service-get-meta-schema.api.mdx
+++ b/docs/docs/apis/shield-service-get-meta-schema.api.mdx
@@ -1,5 +1,5 @@
---
-id: shield-service-get-meta-schema
+id: frontier-service-get-meta-schema
title: "Get metaschema"
description: "Get a metadata schema by ID."
sidebar_label: "Get metaschema"
@@ -8,7 +8,7 @@ hide_table_of_contents: true
api:
{
"description": "Get a metadata schema by ID.",
- "operationId": "ShieldService_GetMetaSchema",
+ "operationId": "FrontierService_GetMetaSchema",
"responses":
{
"200":
@@ -184,7 +184,7 @@ api:
},
"500":
{
- "description": "Internal Server Error. Returned when theres is something wrong with Shield server.",
+ "description": "Internal Server Error. Returned when theres is something wrong with Frontier server.",
"content":
{
"application/json":
@@ -277,8 +277,8 @@ api:
},
"info":
{
- "title": "Shield Administration API",
- "description": "The Shield APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Shield APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Shield APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Shield into your existing applications and workflows.",
+ "title": "Frontier Administration API",
+ "description": "The Frontier APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Frontier APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Frontier APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Frontier into your existing applications and workflows.",
"version": "0.2.0",
"contact":
{
@@ -289,7 +289,7 @@ api:
"license":
{
"name": "Apache 2.0",
- "url": "https://github.com/raystack/shield/blob/main/LICENSE",
+ "url": "https://github.com/raystack/frontier/blob/main/LICENSE",
},
},
"postman":
@@ -319,7 +319,7 @@ api:
},
}
sidebar_class_name: "get api-method"
-info_path: apis/shield-administration-api
+info_path: apis/frontier-administration-api
custom_edit_url: null
---
@@ -358,7 +358,7 @@ Not Found - The requested resource was not found
-Internal Server Error. Returned when theres is something wrong with Shield server.
+Internal Server Error. Returned when theres is something wrong with Frontier server.
diff --git a/docs/docs/apis/shield-service-get-namespace.api.mdx b/docs/docs/apis/shield-service-get-namespace.api.mdx
index 7e14e52a5..f135caf4c 100644
--- a/docs/docs/apis/shield-service-get-namespace.api.mdx
+++ b/docs/docs/apis/shield-service-get-namespace.api.mdx
@@ -1,5 +1,5 @@
---
-id: shield-service-get-namespace
+id: frontier-service-get-namespace
title: "Get namespace"
description: "Returns a namespace by ID"
sidebar_label: "Get namespace"
@@ -8,7 +8,7 @@ hide_table_of_contents: true
api:
{
"description": "Returns a namespace by ID",
- "operationId": "ShieldService_GetNamespace",
+ "operationId": "FrontierService_GetNamespace",
"responses":
{
"200":
@@ -178,7 +178,7 @@ api:
},
"500":
{
- "description": "Internal Server Error. Returned when theres is something wrong with Shield server.",
+ "description": "Internal Server Error. Returned when theres is something wrong with Frontier server.",
"content":
{
"application/json":
@@ -271,8 +271,8 @@ api:
},
"info":
{
- "title": "Shield Administration API",
- "description": "The Shield APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Shield APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Shield APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Shield into your existing applications and workflows.",
+ "title": "Frontier Administration API",
+ "description": "The Frontier APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Frontier APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Frontier APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Frontier into your existing applications and workflows.",
"version": "0.2.0",
"contact":
{
@@ -283,7 +283,7 @@ api:
"license":
{
"name": "Apache 2.0",
- "url": "https://github.com/raystack/shield/blob/main/LICENSE",
+ "url": "https://github.com/raystack/frontier/blob/main/LICENSE",
},
},
"postman":
@@ -313,7 +313,7 @@ api:
},
}
sidebar_class_name: "get api-method"
-info_path: apis/shield-administration-api
+info_path: apis/frontier-administration-api
custom_edit_url: null
---
@@ -352,7 +352,7 @@ Not Found - The requested resource was not found
-Internal Server Error. Returned when theres is something wrong with Shield server.
+Internal Server Error. Returned when theres is something wrong with Frontier server.
diff --git a/docs/docs/apis/shield-service-get-organization-audit-log.api.mdx b/docs/docs/apis/shield-service-get-organization-audit-log.api.mdx
index b1e25f949..19a4e1232 100644
--- a/docs/docs/apis/shield-service-get-organization-audit-log.api.mdx
+++ b/docs/docs/apis/shield-service-get-organization-audit-log.api.mdx
@@ -1,5 +1,5 @@
---
-id: shield-service-get-organization-audit-log
+id: frontier-service-get-organization-audit-log
title: "Get audit log"
description: "Get an audit log by ID."
sidebar_label: "Get audit log"
@@ -8,7 +8,7 @@ hide_table_of_contents: true
api:
{
"description": "Get an audit log by ID.",
- "operationId": "ShieldService_GetOrganizationAuditLog",
+ "operationId": "FrontierService_GetOrganizationAuditLog",
"responses":
{
"200":
@@ -211,7 +211,7 @@ api:
},
"500":
{
- "description": "Internal Server Error. Returned when theres is something wrong with Shield server.",
+ "description": "Internal Server Error. Returned when theres is something wrong with Frontier server.",
"content":
{
"application/json":
@@ -310,8 +310,8 @@ api:
},
"info":
{
- "title": "Shield Administration API",
- "description": "The Shield APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Shield APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Shield APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Shield into your existing applications and workflows.",
+ "title": "Frontier Administration API",
+ "description": "The Frontier APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Frontier APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Frontier APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Frontier into your existing applications and workflows.",
"version": "0.2.0",
"contact":
{
@@ -322,7 +322,7 @@ api:
"license":
{
"name": "Apache 2.0",
- "url": "https://github.com/raystack/shield/blob/main/LICENSE",
+ "url": "https://github.com/raystack/frontier/blob/main/LICENSE",
},
},
"postman":
@@ -360,7 +360,7 @@ api:
},
}
sidebar_class_name: "get api-method"
-info_path: apis/shield-administration-api
+info_path: apis/frontier-administration-api
custom_edit_url: null
---
@@ -399,7 +399,7 @@ Not Found - The requested resource was not found
-Internal Server Error. Returned when theres is something wrong with Shield server.
+Internal Server Error. Returned when theres is something wrong with Frontier server.
diff --git a/docs/docs/apis/shield-service-get-organization-invitation.api.mdx b/docs/docs/apis/shield-service-get-organization-invitation.api.mdx
index e33d822b9..6e2cc1dfd 100644
--- a/docs/docs/apis/shield-service-get-organization-invitation.api.mdx
+++ b/docs/docs/apis/shield-service-get-organization-invitation.api.mdx
@@ -1,5 +1,5 @@
---
-id: shield-service-get-organization-invitation
+id: frontier-service-get-organization-invitation
title: "Get pending invitation"
description: "Returns a pending invitation queued for an organization"
sidebar_label: "Get pending invitation"
@@ -8,7 +8,7 @@ hide_table_of_contents: true
api:
{
"description": "Returns a pending invitation queued for an organization",
- "operationId": "ShieldService_GetOrganizationInvitation",
+ "operationId": "FrontierService_GetOrganizationInvitation",
"responses":
{
"200":
@@ -202,7 +202,7 @@ api:
},
"500":
{
- "description": "Internal Server Error. Returned when theres is something wrong with Shield server.",
+ "description": "Internal Server Error. Returned when theres is something wrong with Frontier server.",
"content":
{
"application/json":
@@ -301,8 +301,8 @@ api:
},
"info":
{
- "title": "Shield Administration API",
- "description": "The Shield APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Shield APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Shield APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Shield into your existing applications and workflows.",
+ "title": "Frontier Administration API",
+ "description": "The Frontier APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Frontier APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Frontier APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Frontier into your existing applications and workflows.",
"version": "0.2.0",
"contact":
{
@@ -313,7 +313,7 @@ api:
"license":
{
"name": "Apache 2.0",
- "url": "https://github.com/raystack/shield/blob/main/LICENSE",
+ "url": "https://github.com/raystack/frontier/blob/main/LICENSE",
},
},
"postman":
@@ -355,7 +355,7 @@ api:
},
}
sidebar_class_name: "get api-method"
-info_path: apis/shield-administration-api
+info_path: apis/frontier-administration-api
custom_edit_url: null
---
@@ -394,7 +394,7 @@ Not Found - The requested resource was not found
-Internal Server Error. Returned when theres is something wrong with Shield server.
+Internal Server Error. Returned when theres is something wrong with Frontier server.
diff --git a/docs/docs/apis/shield-service-get-organization-role.api.mdx b/docs/docs/apis/shield-service-get-organization-role.api.mdx
index b67e03337..a68d0e963 100644
--- a/docs/docs/apis/shield-service-get-organization-role.api.mdx
+++ b/docs/docs/apis/shield-service-get-organization-role.api.mdx
@@ -1,5 +1,5 @@
---
-id: shield-service-get-organization-role
+id: frontier-service-get-organization-role
title: "Get organization role"
description: "Returns a custom role under an organization along with its associated permissions"
sidebar_label: "Get organization role"
@@ -8,7 +8,7 @@ hide_table_of_contents: true
api:
{
"description": "Returns a custom role under an organization along with its associated permissions",
- "operationId": "ShieldService_GetOrganizationRole",
+ "operationId": "FrontierService_GetOrganizationRole",
"responses":
{
"200":
@@ -182,7 +182,7 @@ api:
},
"500":
{
- "description": "Internal Server Error. Returned when theres is something wrong with Shield server.",
+ "description": "Internal Server Error. Returned when theres is something wrong with Frontier server.",
"content":
{
"application/json":
@@ -281,8 +281,8 @@ api:
},
"info":
{
- "title": "Shield Administration API",
- "description": "The Shield APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Shield APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Shield APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Shield into your existing applications and workflows.",
+ "title": "Frontier Administration API",
+ "description": "The Frontier APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Frontier APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Frontier APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Frontier into your existing applications and workflows.",
"version": "0.2.0",
"contact":
{
@@ -293,7 +293,7 @@ api:
"license":
{
"name": "Apache 2.0",
- "url": "https://github.com/raystack/shield/blob/main/LICENSE",
+ "url": "https://github.com/raystack/frontier/blob/main/LICENSE",
},
},
"postman":
@@ -334,7 +334,7 @@ api:
},
}
sidebar_class_name: "get api-method"
-info_path: apis/shield-administration-api
+info_path: apis/frontier-administration-api
custom_edit_url: null
---
@@ -373,7 +373,7 @@ Not Found - The requested resource was not found
-Internal Server Error. Returned when theres is something wrong with Shield server.
+Internal Server Error. Returned when theres is something wrong with Frontier server.
diff --git a/docs/docs/apis/shield-service-get-organization.api.mdx b/docs/docs/apis/shield-service-get-organization.api.mdx
index acc376374..602a84482 100644
--- a/docs/docs/apis/shield-service-get-organization.api.mdx
+++ b/docs/docs/apis/shield-service-get-organization.api.mdx
@@ -1,5 +1,5 @@
---
-id: shield-service-get-organization
+id: frontier-service-get-organization
title: "Get organization"
description: "Get organization by ID or name"
sidebar_label: "Get organization"
@@ -8,7 +8,7 @@ hide_table_of_contents: true
api:
{
"description": "Get organization by ID or name",
- "operationId": "ShieldService_GetOrganization",
+ "operationId": "FrontierService_GetOrganization",
"responses":
{
"200":
@@ -175,7 +175,7 @@ api:
},
"500":
{
- "description": "Internal Server Error. Returned when theres is something wrong with Shield server.",
+ "description": "Internal Server Error. Returned when theres is something wrong with Frontier server.",
"content":
{
"application/json":
@@ -268,8 +268,8 @@ api:
},
"info":
{
- "title": "Shield Administration API",
- "description": "The Shield APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Shield APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Shield APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Shield into your existing applications and workflows.",
+ "title": "Frontier Administration API",
+ "description": "The Frontier APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Frontier APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Frontier APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Frontier into your existing applications and workflows.",
"version": "0.2.0",
"contact":
{
@@ -280,7 +280,7 @@ api:
"license":
{
"name": "Apache 2.0",
- "url": "https://github.com/raystack/shield/blob/main/LICENSE",
+ "url": "https://github.com/raystack/frontier/blob/main/LICENSE",
},
},
"postman":
@@ -310,7 +310,7 @@ api:
},
}
sidebar_class_name: "get api-method"
-info_path: apis/shield-administration-api
+info_path: apis/frontier-administration-api
custom_edit_url: null
---
@@ -349,7 +349,7 @@ Not Found - The requested resource was not found
-Internal Server Error. Returned when theres is something wrong with Shield server.
+Internal Server Error. Returned when theres is something wrong with Frontier server.
diff --git a/docs/docs/apis/shield-service-get-organizations-by-current-user.api.mdx b/docs/docs/apis/shield-service-get-organizations-by-current-user.api.mdx
index 746600102..53c06efe1 100644
--- a/docs/docs/apis/shield-service-get-organizations-by-current-user.api.mdx
+++ b/docs/docs/apis/shield-service-get-organizations-by-current-user.api.mdx
@@ -1,5 +1,5 @@
---
-id: shield-service-get-organizations-by-current-user
+id: frontier-service-get-organizations-by-current-user
title: "Get my organizations"
description: "Get all organizations the current user belongs to"
sidebar_label: "Get my organizations"
@@ -8,7 +8,7 @@ hide_table_of_contents: true
api:
{
"description": "Get all organizations the current user belongs to",
- "operationId": "ShieldService_GetOrganizationsByCurrentUser",
+ "operationId": "FrontierService_GetOrganizationsByCurrentUser",
"responses":
{
"200":
@@ -179,7 +179,7 @@ api:
},
"500":
{
- "description": "Internal Server Error. Returned when theres is something wrong with Shield server.",
+ "description": "Internal Server Error. Returned when theres is something wrong with Frontier server.",
"content":
{
"application/json":
@@ -263,8 +263,8 @@ api:
},
"info":
{
- "title": "Shield Administration API",
- "description": "The Shield APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Shield APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Shield APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Shield into your existing applications and workflows.",
+ "title": "Frontier Administration API",
+ "description": "The Frontier APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Frontier APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Frontier APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Frontier into your existing applications and workflows.",
"version": "0.2.0",
"contact":
{
@@ -275,7 +275,7 @@ api:
"license":
{
"name": "Apache 2.0",
- "url": "https://github.com/raystack/shield/blob/main/LICENSE",
+ "url": "https://github.com/raystack/frontier/blob/main/LICENSE",
},
},
"postman":
@@ -298,7 +298,7 @@ api:
},
}
sidebar_class_name: "get api-method"
-info_path: apis/shield-administration-api
+info_path: apis/frontier-administration-api
custom_edit_url: null
---
@@ -337,7 +337,7 @@ Not Found - The requested resource was not found
-Internal Server Error. Returned when theres is something wrong with Shield server.
+Internal Server Error. Returned when theres is something wrong with Frontier server.
diff --git a/docs/docs/apis/shield-service-get-organizations-by-user.api.mdx b/docs/docs/apis/shield-service-get-organizations-by-user.api.mdx
index b655d4430..6d8f12dbf 100644
--- a/docs/docs/apis/shield-service-get-organizations-by-user.api.mdx
+++ b/docs/docs/apis/shield-service-get-organizations-by-user.api.mdx
@@ -1,5 +1,5 @@
---
-id: shield-service-get-organizations-by-user
+id: frontier-service-get-organizations-by-user
title: "Get user organizations"
description: "Get all the organizations a user belongs to."
sidebar_label: "Get user organizations"
@@ -8,7 +8,7 @@ hide_table_of_contents: true
api:
{
"description": "Get all the organizations a user belongs to.",
- "operationId": "ShieldService_GetOrganizationsByUser",
+ "operationId": "FrontierService_GetOrganizationsByUser",
"responses":
{
"200":
@@ -179,7 +179,7 @@ api:
},
"500":
{
- "description": "Internal Server Error. Returned when theres is something wrong with Shield server.",
+ "description": "Internal Server Error. Returned when theres is something wrong with Frontier server.",
"content":
{
"application/json":
@@ -272,8 +272,8 @@ api:
},
"info":
{
- "title": "Shield Administration API",
- "description": "The Shield APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Shield APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Shield APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Shield into your existing applications and workflows.",
+ "title": "Frontier Administration API",
+ "description": "The Frontier APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Frontier APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Frontier APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Frontier into your existing applications and workflows.",
"version": "0.2.0",
"contact":
{
@@ -284,7 +284,7 @@ api:
"license":
{
"name": "Apache 2.0",
- "url": "https://github.com/raystack/shield/blob/main/LICENSE",
+ "url": "https://github.com/raystack/frontier/blob/main/LICENSE",
},
},
"postman":
@@ -317,7 +317,7 @@ api:
},
}
sidebar_class_name: "get api-method"
-info_path: apis/shield-administration-api
+info_path: apis/frontier-administration-api
custom_edit_url: null
---
@@ -356,7 +356,7 @@ Not Found - The requested resource was not found
-Internal Server Error. Returned when theres is something wrong with Shield server.
+Internal Server Error. Returned when theres is something wrong with Frontier server.
diff --git a/docs/docs/apis/shield-service-get-permission.api.mdx b/docs/docs/apis/shield-service-get-permission.api.mdx
index 4caf43a88..eb925bb17 100644
--- a/docs/docs/apis/shield-service-get-permission.api.mdx
+++ b/docs/docs/apis/shield-service-get-permission.api.mdx
@@ -1,5 +1,5 @@
---
-id: shield-service-get-permission
+id: frontier-service-get-permission
title: "Get permission"
description: "Returns a permission by ID"
sidebar_label: "Get permission"
@@ -8,7 +8,7 @@ hide_table_of_contents: true
api:
{
"description": "Returns a permission by ID",
- "operationId": "ShieldService_GetPermission",
+ "operationId": "FrontierService_GetPermission",
"responses":
{
"200":
@@ -182,7 +182,7 @@ api:
},
"500":
{
- "description": "Internal Server Error. Returned when theres is something wrong with Shield server.",
+ "description": "Internal Server Error. Returned when theres is something wrong with Frontier server.",
"content":
{
"application/json":
@@ -275,8 +275,8 @@ api:
},
"info":
{
- "title": "Shield Administration API",
- "description": "The Shield APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Shield APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Shield APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Shield into your existing applications and workflows.",
+ "title": "Frontier Administration API",
+ "description": "The Frontier APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Frontier APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Frontier APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Frontier into your existing applications and workflows.",
"version": "0.2.0",
"contact":
{
@@ -287,7 +287,7 @@ api:
"license":
{
"name": "Apache 2.0",
- "url": "https://github.com/raystack/shield/blob/main/LICENSE",
+ "url": "https://github.com/raystack/frontier/blob/main/LICENSE",
},
},
"postman":
@@ -317,7 +317,7 @@ api:
},
}
sidebar_class_name: "get api-method"
-info_path: apis/shield-administration-api
+info_path: apis/frontier-administration-api
custom_edit_url: null
---
@@ -356,7 +356,7 @@ Not Found - The requested resource was not found
-Internal Server Error. Returned when theres is something wrong with Shield server.
+Internal Server Error. Returned when theres is something wrong with Frontier server.
diff --git a/docs/docs/apis/shield-service-get-policy.api.mdx b/docs/docs/apis/shield-service-get-policy.api.mdx
index 3f8efc208..21900b34b 100644
--- a/docs/docs/apis/shield-service-get-policy.api.mdx
+++ b/docs/docs/apis/shield-service-get-policy.api.mdx
@@ -1,5 +1,5 @@
---
-id: shield-service-get-policy
+id: frontier-service-get-policy
title: "Get policy"
description: "Returns a policy by ID"
sidebar_label: "Get policy"
@@ -8,7 +8,7 @@ hide_table_of_contents: true
api:
{
"description": "Returns a policy by ID",
- "operationId": "ShieldService_GetPolicy",
+ "operationId": "FrontierService_GetPolicy",
"responses":
{
"200":
@@ -185,7 +185,7 @@ api:
},
"500":
{
- "description": "Internal Server Error. Returned when theres is something wrong with Shield server.",
+ "description": "Internal Server Error. Returned when theres is something wrong with Frontier server.",
"content":
{
"application/json":
@@ -278,8 +278,8 @@ api:
},
"info":
{
- "title": "Shield Administration API",
- "description": "The Shield APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Shield APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Shield APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Shield into your existing applications and workflows.",
+ "title": "Frontier Administration API",
+ "description": "The Frontier APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Frontier APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Frontier APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Frontier into your existing applications and workflows.",
"version": "0.2.0",
"contact":
{
@@ -290,7 +290,7 @@ api:
"license":
{
"name": "Apache 2.0",
- "url": "https://github.com/raystack/shield/blob/main/LICENSE",
+ "url": "https://github.com/raystack/frontier/blob/main/LICENSE",
},
},
"postman":
@@ -320,7 +320,7 @@ api:
},
}
sidebar_class_name: "get api-method"
-info_path: apis/shield-administration-api
+info_path: apis/frontier-administration-api
custom_edit_url: null
---
@@ -359,7 +359,7 @@ Not Found - The requested resource was not found
-Internal Server Error. Returned when theres is something wrong with Shield server.
+Internal Server Error. Returned when theres is something wrong with Frontier server.
diff --git a/docs/docs/apis/shield-service-get-project-resource.api.mdx b/docs/docs/apis/shield-service-get-project-resource.api.mdx
index c38d75cef..f9973f10d 100644
--- a/docs/docs/apis/shield-service-get-project-resource.api.mdx
+++ b/docs/docs/apis/shield-service-get-project-resource.api.mdx
@@ -1,5 +1,5 @@
---
-id: shield-service-get-project-resource
+id: frontier-service-get-project-resource
title: "Get resource"
description: "Returns a project resource by ID"
sidebar_label: "Get resource"
@@ -8,7 +8,7 @@ hide_table_of_contents: true
api:
{
"description": "Returns a project resource by ID",
- "operationId": "ShieldService_GetProjectResource",
+ "operationId": "FrontierService_GetProjectResource",
"responses":
{
"200":
@@ -182,7 +182,7 @@ api:
},
"500":
{
- "description": "Internal Server Error. Returned when theres is something wrong with Shield server.",
+ "description": "Internal Server Error. Returned when theres is something wrong with Frontier server.",
"content":
{
"application/json":
@@ -281,8 +281,8 @@ api:
},
"info":
{
- "title": "Shield Administration API",
- "description": "The Shield APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Shield APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Shield APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Shield into your existing applications and workflows.",
+ "title": "Frontier Administration API",
+ "description": "The Frontier APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Frontier APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Frontier APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Frontier into your existing applications and workflows.",
"version": "0.2.0",
"contact":
{
@@ -293,7 +293,7 @@ api:
"license":
{
"name": "Apache 2.0",
- "url": "https://github.com/raystack/shield/blob/main/LICENSE",
+ "url": "https://github.com/raystack/frontier/blob/main/LICENSE",
},
},
"postman":
@@ -334,7 +334,7 @@ api:
},
}
sidebar_class_name: "get api-method"
-info_path: apis/shield-administration-api
+info_path: apis/frontier-administration-api
custom_edit_url: null
---
@@ -373,7 +373,7 @@ Not Found - The requested resource was not found
-Internal Server Error. Returned when theres is something wrong with Shield server.
+Internal Server Error. Returned when theres is something wrong with Frontier server.
diff --git a/docs/docs/apis/shield-service-get-project.api.mdx b/docs/docs/apis/shield-service-get-project.api.mdx
index 833613032..63282125e 100644
--- a/docs/docs/apis/shield-service-get-project.api.mdx
+++ b/docs/docs/apis/shield-service-get-project.api.mdx
@@ -1,5 +1,5 @@
---
-id: shield-service-get-project
+id: frontier-service-get-project
title: "Get project"
description: "Returns a project by ID"
sidebar_label: "Get project"
@@ -8,7 +8,7 @@ hide_table_of_contents: true
api:
{
"description": "Returns a project by ID",
- "operationId": "ShieldService_GetProject",
+ "operationId": "FrontierService_GetProject",
"responses":
{
"200":
@@ -176,7 +176,7 @@ api:
},
"500":
{
- "description": "Internal Server Error. Returned when theres is something wrong with Shield server.",
+ "description": "Internal Server Error. Returned when theres is something wrong with Frontier server.",
"content":
{
"application/json":
@@ -269,8 +269,8 @@ api:
},
"info":
{
- "title": "Shield Administration API",
- "description": "The Shield APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Shield APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Shield APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Shield into your existing applications and workflows.",
+ "title": "Frontier Administration API",
+ "description": "The Frontier APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Frontier APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Frontier APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Frontier into your existing applications and workflows.",
"version": "0.2.0",
"contact":
{
@@ -281,7 +281,7 @@ api:
"license":
{
"name": "Apache 2.0",
- "url": "https://github.com/raystack/shield/blob/main/LICENSE",
+ "url": "https://github.com/raystack/frontier/blob/main/LICENSE",
},
},
"postman":
@@ -311,7 +311,7 @@ api:
},
}
sidebar_class_name: "get api-method"
-info_path: apis/shield-administration-api
+info_path: apis/frontier-administration-api
custom_edit_url: null
---
@@ -350,7 +350,7 @@ Not Found - The requested resource was not found
-Internal Server Error. Returned when theres is something wrong with Shield server.
+Internal Server Error. Returned when theres is something wrong with Frontier server.
diff --git a/docs/docs/apis/shield-service-get-projects-by-current-user.api.mdx b/docs/docs/apis/shield-service-get-projects-by-current-user.api.mdx
index 3f3b0b177..a4c910352 100644
--- a/docs/docs/apis/shield-service-get-projects-by-current-user.api.mdx
+++ b/docs/docs/apis/shield-service-get-projects-by-current-user.api.mdx
@@ -1,5 +1,5 @@
---
-id: shield-service-get-projects-by-current-user
+id: frontier-service-get-projects-by-current-user
title: "Get my projects"
description: "Get all projects the current user belongs to"
sidebar_label: "Get my projects"
@@ -8,7 +8,7 @@ hide_table_of_contents: true
api:
{
"description": "Get all projects the current user belongs to",
- "operationId": "ShieldService_GetProjectsByCurrentUser",
+ "operationId": "FrontierService_GetProjectsByCurrentUser",
"responses":
{
"200":
@@ -180,7 +180,7 @@ api:
},
"500":
{
- "description": "Internal Server Error. Returned when theres is something wrong with Shield server.",
+ "description": "Internal Server Error. Returned when theres is something wrong with Frontier server.",
"content":
{
"application/json":
@@ -264,8 +264,8 @@ api:
},
"info":
{
- "title": "Shield Administration API",
- "description": "The Shield APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Shield APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Shield APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Shield into your existing applications and workflows.",
+ "title": "Frontier Administration API",
+ "description": "The Frontier APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Frontier APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Frontier APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Frontier into your existing applications and workflows.",
"version": "0.2.0",
"contact":
{
@@ -276,7 +276,7 @@ api:
"license":
{
"name": "Apache 2.0",
- "url": "https://github.com/raystack/shield/blob/main/LICENSE",
+ "url": "https://github.com/raystack/frontier/blob/main/LICENSE",
},
},
"postman":
@@ -299,7 +299,7 @@ api:
},
}
sidebar_class_name: "get api-method"
-info_path: apis/shield-administration-api
+info_path: apis/frontier-administration-api
custom_edit_url: null
---
@@ -338,7 +338,7 @@ Not Found - The requested resource was not found
-Internal Server Error. Returned when theres is something wrong with Shield server.
+Internal Server Error. Returned when theres is something wrong with Frontier server.
diff --git a/docs/docs/apis/shield-service-get-projects-by-user.api.mdx b/docs/docs/apis/shield-service-get-projects-by-user.api.mdx
index 6c3ab8b59..db7203a41 100644
--- a/docs/docs/apis/shield-service-get-projects-by-user.api.mdx
+++ b/docs/docs/apis/shield-service-get-projects-by-user.api.mdx
@@ -1,5 +1,5 @@
---
-id: shield-service-get-projects-by-user
+id: frontier-service-get-projects-by-user
title: "Get user projects"
description: "Get all the projects a user belongs to."
sidebar_label: "Get user projects"
@@ -8,7 +8,7 @@ hide_table_of_contents: true
api:
{
"description": "Get all the projects a user belongs to.",
- "operationId": "ShieldService_GetProjectsByUser",
+ "operationId": "FrontierService_GetProjectsByUser",
"responses":
{
"200":
@@ -180,7 +180,7 @@ api:
},
"500":
{
- "description": "Internal Server Error. Returned when theres is something wrong with Shield server.",
+ "description": "Internal Server Error. Returned when theres is something wrong with Frontier server.",
"content":
{
"application/json":
@@ -273,8 +273,8 @@ api:
},
"info":
{
- "title": "Shield Administration API",
- "description": "The Shield APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Shield APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Shield APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Shield into your existing applications and workflows.",
+ "title": "Frontier Administration API",
+ "description": "The Frontier APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Frontier APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Frontier APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Frontier into your existing applications and workflows.",
"version": "0.2.0",
"contact":
{
@@ -285,7 +285,7 @@ api:
"license":
{
"name": "Apache 2.0",
- "url": "https://github.com/raystack/shield/blob/main/LICENSE",
+ "url": "https://github.com/raystack/frontier/blob/main/LICENSE",
},
},
"postman":
@@ -318,7 +318,7 @@ api:
},
}
sidebar_class_name: "get api-method"
-info_path: apis/shield-administration-api
+info_path: apis/frontier-administration-api
custom_edit_url: null
---
@@ -357,7 +357,7 @@ Not Found - The requested resource was not found
-Internal Server Error. Returned when theres is something wrong with Shield server.
+Internal Server Error. Returned when theres is something wrong with Frontier server.
diff --git a/docs/docs/apis/shield-service-get-relation.api.mdx b/docs/docs/apis/shield-service-get-relation.api.mdx
index 1dad5bd75..a4b22ddd4 100644
--- a/docs/docs/apis/shield-service-get-relation.api.mdx
+++ b/docs/docs/apis/shield-service-get-relation.api.mdx
@@ -1,5 +1,5 @@
---
-id: shield-service-get-relation
+id: frontier-service-get-relation
title: "Get relation"
description: "Returns a relation by ID"
sidebar_label: "Get relation"
@@ -8,7 +8,7 @@ hide_table_of_contents: true
api:
{
"description": "Returns a relation by ID",
- "operationId": "ShieldService_GetRelation",
+ "operationId": "FrontierService_GetRelation",
"responses":
{
"200":
@@ -184,7 +184,7 @@ api:
},
"500":
{
- "description": "Internal Server Error. Returned when theres is something wrong with Shield server.",
+ "description": "Internal Server Error. Returned when theres is something wrong with Frontier server.",
"content":
{
"application/json":
@@ -277,8 +277,8 @@ api:
},
"info":
{
- "title": "Shield Administration API",
- "description": "The Shield APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Shield APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Shield APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Shield into your existing applications and workflows.",
+ "title": "Frontier Administration API",
+ "description": "The Frontier APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Frontier APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Frontier APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Frontier into your existing applications and workflows.",
"version": "0.2.0",
"contact":
{
@@ -289,7 +289,7 @@ api:
"license":
{
"name": "Apache 2.0",
- "url": "https://github.com/raystack/shield/blob/main/LICENSE",
+ "url": "https://github.com/raystack/frontier/blob/main/LICENSE",
},
},
"postman":
@@ -319,7 +319,7 @@ api:
},
}
sidebar_class_name: "get api-method"
-info_path: apis/shield-administration-api
+info_path: apis/frontier-administration-api
custom_edit_url: null
---
@@ -358,7 +358,7 @@ Not Found - The requested resource was not found
-Internal Server Error. Returned when theres is something wrong with Shield server.
+Internal Server Error. Returned when theres is something wrong with Frontier server.
diff --git a/docs/docs/apis/shield-service-get-service-user-key.api.mdx b/docs/docs/apis/shield-service-get-service-user-key.api.mdx
index 811c9a9ed..cf16a16b2 100644
--- a/docs/docs/apis/shield-service-get-service-user-key.api.mdx
+++ b/docs/docs/apis/shield-service-get-service-user-key.api.mdx
@@ -1,5 +1,5 @@
---
-id: shield-service-get-service-user-key
+id: frontier-service-get-service-user-key
title: "Get service user key"
description: "Get a service user public RSA JWK set."
sidebar_label: "Get service user key"
@@ -8,7 +8,7 @@ hide_table_of_contents: true
api:
{
"description": "Get a service user public RSA JWK set.",
- "operationId": "ShieldService_GetServiceUserKey",
+ "operationId": "FrontierService_GetServiceUserKey",
"responses":
{
"200":
@@ -207,7 +207,7 @@ api:
},
"500":
{
- "description": "Internal Server Error. Returned when theres is something wrong with Shield server.",
+ "description": "Internal Server Error. Returned when theres is something wrong with Frontier server.",
"content":
{
"application/json":
@@ -308,8 +308,8 @@ api:
},
"info":
{
- "title": "Shield Administration API",
- "description": "The Shield APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Shield APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Shield APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Shield into your existing applications and workflows.",
+ "title": "Frontier Administration API",
+ "description": "The Frontier APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Frontier APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Frontier APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Frontier into your existing applications and workflows.",
"version": "0.2.0",
"contact":
{
@@ -320,7 +320,7 @@ api:
"license":
{
"name": "Apache 2.0",
- "url": "https://github.com/raystack/shield/blob/main/LICENSE",
+ "url": "https://github.com/raystack/frontier/blob/main/LICENSE",
},
},
"postman":
@@ -367,7 +367,7 @@ api:
},
}
sidebar_class_name: "get api-method"
-info_path: apis/shield-administration-api
+info_path: apis/frontier-administration-api
custom_edit_url: null
---
@@ -406,7 +406,7 @@ Not Found - The requested resource was not found
-Internal Server Error. Returned when theres is something wrong with Shield server.
+Internal Server Error. Returned when theres is something wrong with Frontier server.
diff --git a/docs/docs/apis/shield-service-get-service-user.api.mdx b/docs/docs/apis/shield-service-get-service-user.api.mdx
index 90de364ed..b2f80dbfc 100644
--- a/docs/docs/apis/shield-service-get-service-user.api.mdx
+++ b/docs/docs/apis/shield-service-get-service-user.api.mdx
@@ -1,5 +1,5 @@
---
-id: shield-service-get-service-user
+id: frontier-service-get-service-user
title: "Get service user"
description: "Get service user details by its id."
sidebar_label: "Get service user"
@@ -8,7 +8,7 @@ hide_table_of_contents: true
api:
{
"description": "Get service user details by its id.",
- "operationId": "ShieldService_GetServiceUser",
+ "operationId": "FrontierService_GetServiceUser",
"responses":
{
"200":
@@ -181,7 +181,7 @@ api:
},
"500":
{
- "description": "Internal Server Error. Returned when theres is something wrong with Shield server.",
+ "description": "Internal Server Error. Returned when theres is something wrong with Frontier server.",
"content":
{
"application/json":
@@ -275,8 +275,8 @@ api:
},
"info":
{
- "title": "Shield Administration API",
- "description": "The Shield APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Shield APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Shield APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Shield into your existing applications and workflows.",
+ "title": "Frontier Administration API",
+ "description": "The Frontier APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Frontier APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Frontier APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Frontier into your existing applications and workflows.",
"version": "0.2.0",
"contact":
{
@@ -287,7 +287,7 @@ api:
"license":
{
"name": "Apache 2.0",
- "url": "https://github.com/raystack/shield/blob/main/LICENSE",
+ "url": "https://github.com/raystack/frontier/blob/main/LICENSE",
},
},
"postman":
@@ -323,7 +323,7 @@ api:
},
}
sidebar_class_name: "get api-method"
-info_path: apis/shield-administration-api
+info_path: apis/frontier-administration-api
custom_edit_url: null
---
@@ -362,7 +362,7 @@ Not Found - The requested resource was not found
-Internal Server Error. Returned when theres is something wrong with Shield server.
+Internal Server Error. Returned when theres is something wrong with Frontier server.
diff --git a/docs/docs/apis/shield-service-get-user.api.mdx b/docs/docs/apis/shield-service-get-user.api.mdx
index 208f29f46..dc0584145 100644
--- a/docs/docs/apis/shield-service-get-user.api.mdx
+++ b/docs/docs/apis/shield-service-get-user.api.mdx
@@ -1,14 +1,14 @@
---
-id: shield-service-get-user
+id: frontier-service-get-user
title: "Get user"
-description: "Get a user by id searched over all organizations in Shield."
+description: "Get a user by id searched over all organizations in Frontier."
sidebar_label: "Get user"
hide_title: true
hide_table_of_contents: true
api:
{
- "description": "Get a user by id searched over all organizations in Shield.",
- "operationId": "ShieldService_GetUser",
+ "description": "Get a user by id searched over all organizations in Frontier.",
+ "operationId": "FrontierService_GetUser",
"responses":
{
"200":
@@ -188,7 +188,7 @@ api:
},
"500":
{
- "description": "Internal Server Error. Returned when theres is something wrong with Shield server.",
+ "description": "Internal Server Error. Returned when theres is something wrong with Frontier server.",
"content":
{
"application/json":
@@ -281,8 +281,8 @@ api:
},
"info":
{
- "title": "Shield Administration API",
- "description": "The Shield APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Shield APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Shield APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Shield into your existing applications and workflows.",
+ "title": "Frontier Administration API",
+ "description": "The Frontier APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Frontier APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Frontier APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Frontier into your existing applications and workflows.",
"version": "0.2.0",
"contact":
{
@@ -293,7 +293,7 @@ api:
"license":
{
"name": "Apache 2.0",
- "url": "https://github.com/raystack/shield/blob/main/LICENSE",
+ "url": "https://github.com/raystack/frontier/blob/main/LICENSE",
},
},
"postman":
@@ -301,7 +301,7 @@ api:
"name": "Get user",
"description":
{
- "content": "Get a user by id searched over all organizations in Shield.",
+ "content": "Get a user by id searched over all organizations in Frontier.",
"type": "text/plain",
},
"url":
@@ -326,7 +326,7 @@ api:
},
}
sidebar_class_name: "get api-method"
-info_path: apis/shield-administration-api
+info_path: apis/frontier-administration-api
custom_edit_url: null
---
@@ -341,7 +341,7 @@ import TabItem from "@theme/TabItem";
## Get user
-Get a user by id searched over all organizations in Shield.
+Get a user by id searched over all organizations in Frontier.
Path Parameters
@@ -365,7 +365,7 @@ Not Found - The requested resource was not found
-Internal Server Error. Returned when theres is something wrong with Shield server.
+Internal Server Error. Returned when theres is something wrong with Frontier server.
diff --git a/docs/docs/apis/shield-service-list-auth-strategies.api.mdx b/docs/docs/apis/shield-service-list-auth-strategies.api.mdx
index f5a703e94..a2b6b112b 100644
--- a/docs/docs/apis/shield-service-list-auth-strategies.api.mdx
+++ b/docs/docs/apis/shield-service-list-auth-strategies.api.mdx
@@ -1,14 +1,14 @@
---
-id: shield-service-list-auth-strategies
+id: frontier-service-list-auth-strategies
title: "List authentication strategies"
-description: "Returns a list of identity providers configured on an instance level in Shield. e.g Google, AzureAD, Github etc"
+description: "Returns a list of identity providers configured on an instance level in Frontier. e.g Google, AzureAD, Github etc"
sidebar_label: "List authentication strategies"
hide_title: true
hide_table_of_contents: true
api:
{
- "description": "Returns a list of identity providers configured on an instance level in Shield. e.g Google, AzureAD, Github etc",
- "operationId": "ShieldService_ListAuthStrategies",
+ "description": "Returns a list of identity providers configured on an instance level in Frontier. e.g Google, AzureAD, Github etc",
+ "operationId": "FrontierService_ListAuthStrategies",
"responses":
{
"200":
@@ -163,7 +163,7 @@ api:
},
"500":
{
- "description": "Internal Server Error. Returned when theres is something wrong with Shield server.",
+ "description": "Internal Server Error. Returned when theres is something wrong with Frontier server.",
"content":
{
"application/json":
@@ -247,8 +247,8 @@ api:
},
"info":
{
- "title": "Shield Administration API",
- "description": "The Shield APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Shield APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Shield APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Shield into your existing applications and workflows.",
+ "title": "Frontier Administration API",
+ "description": "The Frontier APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Frontier APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Frontier APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Frontier into your existing applications and workflows.",
"version": "0.2.0",
"contact":
{
@@ -259,7 +259,7 @@ api:
"license":
{
"name": "Apache 2.0",
- "url": "https://github.com/raystack/shield/blob/main/LICENSE",
+ "url": "https://github.com/raystack/frontier/blob/main/LICENSE",
},
},
"postman":
@@ -267,7 +267,7 @@ api:
"name": "List authentication strategies",
"description":
{
- "content": "Returns a list of identity providers configured on an instance level in Shield. e.g Google, AzureAD, Github etc",
+ "content": "Returns a list of identity providers configured on an instance level in Frontier. e.g Google, AzureAD, Github etc",
"type": "text/plain",
},
"url":
@@ -282,7 +282,7 @@ api:
},
}
sidebar_class_name: "get api-method"
-info_path: apis/shield-administration-api
+info_path: apis/frontier-administration-api
custom_edit_url: null
---
@@ -297,7 +297,7 @@ import TabItem from "@theme/TabItem";
## List authentication strategies
-Returns a list of identity providers configured on an instance level in Shield. e.g Google, AzureAD, Github etc
+Returns a list of identity providers configured on an instance level in Frontier. e.g Google, AzureAD, Github etc
@@ -321,7 +321,7 @@ Not Found - The requested resource was not found