Appears In:
+
+
+-
+
- + + +
diff --git a/docs/clowder/dev/api_reference.html b/docs/clowder/dev/api_reference.html index 915e203d2..dc159dd50 100644 --- a/docs/clowder/dev/api_reference.html +++ b/docs/clowder/dev/api_reference.html @@ -231,6 +231,27 @@
Underlying type: string
+A string representing an API path that should route to this app for Clowder-managed Ingresses (in format "/api/somepath/")
+AppInfo details information about a specific app.
@@ -3843,7 +3864,15 @@APIPath describes the api path that will be configured to serve this backend from.
+(DEPRECATED, use apiPaths instead) Configures a path named '/api/<apiPath>/' that this app will serve requests from.
+apiPaths
APIPath array
Defines a list of API paths (each matching format: "/api/some-path/") that this app will serve requests from.