Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GlobeBoard_CICD
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Torgrim Thorsen
GlobeBoard_CICD
Commits
b658fa0d
Commit
b658fa0d
authored
1 year ago
by
Torgrim
Browse files
Options
Downloads
Patches
Plain Diff
Corrected styling in README.md
parent
43e0f885
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+15
-15
15 additions, 15 deletions
README.md
with
15 additions
and
15 deletions
README.md
+
15
−
15
View file @
b658fa0d
...
...
@@ -39,7 +39,7 @@ In collaboration with:
## API Reference / Documentation
<details>
<summary><h
3
>
Register as a user to receive an API key:
</h
3
></summary>
<summary><h
4
>
Register as a user to receive an API key:
</h
4
></summary>
```
http
POST /util/v1/user/register
...
...
@@ -70,7 +70,7 @@ In collaboration with:
</details>
<details>
<summary><h
3
>
Delete your user profile:
</h
3
></summary>
<summary><h
4
>
Delete your user profile:
</h
4
></summary>
```
http
DELETE /util/v1/user/delete/{ID}
...
...
@@ -88,7 +88,7 @@ In collaboration with:
</details>
<details>
<summary><h
3
>
Get a New API key: (Old must be deleted first, only allowed one)
</h
3
></summary>
<summary><h
4
>
Get a New API key: (Old must be deleted first, only allowed one)
</h
4
></summary>
```
http
GET /util/v1/key/
...
...
@@ -112,7 +112,7 @@ In collaboration with:
</details>
<details>
<summary><h
3
>
Delete your API key:
</h
3
></summary>
<summary><h
4
>
Delete your API key:
</h
4
></summary>
```
http
DELETE /util/v1/key/?token={token}
...
...
@@ -132,7 +132,7 @@ In collaboration with:
</details>
<details>
<summary><h
3
>
Check API Statuses: (Firestore, independent third party API, Version, Uptime)
</h
3
></summary>
<summary><h
4
>
Check API Statuses: (Firestore, independent third party API, Version, Uptime)
</h
4
></summary>
```
http
GET /dashboards/v1/status?token={token}
...
...
@@ -163,7 +163,7 @@ In collaboration with:
</details>
<details>
<summary><h
3
>
Register a Country to get information for:
</h
3
></summary>
<summary><h
4
>
Register a Country to get information for:
</h
4
></summary>
```
http
POST /dashboards/v1/registrations?token={token}
...
...
@@ -221,7 +221,7 @@ In collaboration with:
</details>
<details>
<summary><h
3
>
Retrieve all registered countries:
</h
3
></summary>
<summary><h
4
>
Retrieve all registered countries:
</h
4
></summary>
```
http
GET /dashboards/v1/registrations?token={token}
...
...
@@ -284,7 +284,7 @@ In collaboration with:
</details>
<details>
<summary><h
3
>
Retrieve a specific registration:
</h
3
></summary>
<summary><h
4
>
Retrieve a specific registration:
</h
4
></summary>
```
http
GET /dashboards/v1/registrations/{ID}?token={token}
...
...
@@ -326,7 +326,7 @@ In collaboration with:
</details>
<details>
<summary><h
3
>
Update a specific registration:
</h
3
></summary>
<summary><h
4
>
Update a specific registration:
</h
4
></summary>
```
http
PATCH /dashboards/v1/registrations/{ID}?token={token}
...
...
@@ -367,7 +367,7 @@ every feature is not allowed to be false, at least one feature must be true.
</details>
<details>
<summary><h
3
>
Delete a specific registration:
</h
3
></summary>
<summary><h
4
>
Delete a specific registration:
</h
4
></summary>
```
http
DELETE /dashboards/v1/registrations/{ID}?token={token}
...
...
@@ -386,7 +386,7 @@ every feature is not allowed to be false, at least one feature must be true.
</details>
<details>
<summary><h
3
>
Retrieve a populated specific registration:
</h
3
></summary>
<summary><h
4
>
Retrieve a populated specific registration:
</h
4
></summary>
```
http
GET /dashboards/v1/dashboard/{ID}?token={token}
...
...
@@ -444,7 +444,7 @@ every feature is not allowed to be false, at least one feature must be true.
</details>
<details>
<summary><h
3
>
Register a Webhook:
</h
3
></summary>
<summary><h
4
>
Register a Webhook:
</h
4
></summary>
```
http
POST /dashboards/v1/notifications?token={token}
...
...
@@ -486,7 +486,7 @@ every feature is not allowed to be false, at least one feature must be true.
</details>
<details>
<summary><h
3
>
Retrieve all Webhooks:
</h
3
></summary>
<summary><h
4
>
Retrieve all Webhooks:
</h
4
></summary>
```
http
GET /dashboards/v1/notifications?token={token}
...
...
@@ -529,7 +529,7 @@ every feature is not allowed to be false, at least one feature must be true.
</details>
<details>
<summary><h
3
>
Retrieve specific Webhook:
</h
3
></summary>
<summary><h
4
>
Retrieve specific Webhook:
</h
4
></summary>
```
http
GET /dashboards/v1/notifications/{ID}?token={token}
...
...
@@ -561,7 +561,7 @@ every feature is not allowed to be false, at least one feature must be true.
</details>
<details>
<summary><h
3
>
Delete a Webhook:
</h
3
></summary>
<summary><h
4
>
Delete a Webhook:
</h
4
></summary>
```
http
DELETE /dashboards/v1/notifications/{ID}?token={token}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment