From 593660c805dd4c4c7aa8fa25cc6b31689e4aea1b Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Fri, 12 May 2023 09:24:55 +0100 Subject: [PATCH] remove dark mode --- ApiReference/views/main/404.ejs | 2 +- ApiReference/views/main/authentication.ejs | 4 +- ApiReference/views/main/data-types.ejs | 42 +++++----- ApiReference/views/main/errors.ejs | 16 ++-- ApiReference/views/main/introduction.ejs | 56 +++++++------- ApiReference/views/main/model.ejs | 76 +++++++++---------- ApiReference/views/main/pagination.ejs | 18 ++--- ApiReference/views/main/permissions.ejs | 4 +- ApiReference/views/main/status.ejs | 2 +- ApiReference/views/pages/index.ejs | 2 +- ApiReference/views/partials/code.ejs | 16 ++-- ApiReference/views/partials/footer.ejs | 8 +- ApiReference/views/partials/nav.ejs | 72 +++++++++--------- Common/Types/WebRequest.ts | 17 +++++ .../Monitors/MonitorTypes/WebsiteMonitor.ts | 12 ++- 15 files changed, 187 insertions(+), 160 deletions(-) create mode 100644 Common/Types/WebRequest.ts diff --git a/ApiReference/views/main/404.ejs b/ApiReference/views/main/404.ejs index 52a45c5d47..e255523264 100644 --- a/ApiReference/views/main/404.ejs +++ b/ApiReference/views/main/404.ejs @@ -1,5 +1,5 @@
-
+
diff --git a/ApiReference/views/main/authentication.ejs b/ApiReference/views/main/authentication.ejs index c24bf816e0..cc614f91d1 100644 --- a/ApiReference/views/main/authentication.ejs +++ b/ApiReference/views/main/authentication.ejs @@ -1,5 +1,5 @@
-
+

Authentication

You'll need to authenticate your requests to access any of the endpoints in the OneUptime API. In this guide, we'll look at how authentication works. OneUptime offers one way to authenticate your API requests @@ -11,7 +11,7 @@

Please head over to Project Settings > API Keys. Create a new API Key. Please note: New API Keys have no permissions assigned to them, so you will have to assign a permission before you can use it.

- Read more about permissions

Data Types

In this guide, we will look at how to work with OneUptime Data Types when querying the OneUptime API.

@@ -16,13 +16,13 @@