diff --git a/reference/overview.mdx b/reference/overview.mdx index 9f68cc8..556d1d6 100644 --- a/reference/overview.mdx +++ b/reference/overview.mdx @@ -12,20 +12,7 @@ The latest version of the REST API is fully documented using the [OpenAPI v3 spe ## SDKs -We're adding new SDKs all the time. To see the latest list of SDKs, head to the [REST SDKs](/integration/rest) documentation - -## Authentication - - -Flipt authentication is **disabled** (not required) by default. - -Head to the [Configuration: Authentication](/configuration#authentication) section to enable it. - - - -Once enabled, the Flipt REST API uses tokens for authentication. The token is passed in the `Authorization` header of the request as a `Bearer` token. - -For more information on how to create a token, see the [Authentication](/authentication) documentation. +We're adding new SDKs all the time. To see the current list of official REST SDKs, head to the [REST SDKs](/integration/rest) documentation ## Backward Compatibility @@ -50,3 +37,16 @@ Version [v1.20.0](https://github.com/flipt-io/flipt/releases/tag/v1.20.0) of Fli All previous endpoints without the `/namespaces` prefix still work as before (i.e.: `/api/v1/flags`), they simply resolve to using the **default** namespace. See the [Concepts: Namespaces](/concepts#namespaces) section for more information. + +## Authentication + + +Flipt authentication is **disabled** (not required) by default. + +Head to the [Configuration: Authentication](/configuration#authentication) section to enable it. + + + +Once enabled, the Flipt REST API uses tokens for authentication. The token is passed in the `Authorization` header of the request as a `Bearer` token. + +For more information on how to create a token, see the [Authentication](/authentication) documentation. \ No newline at end of file