1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: oas docs on root

This commit is contained in:
Ivar Conradi Østhus 2021-08-27 12:10:53 +02:00
parent d0d49051ac
commit 14bbc9c1ad
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09
18 changed files with 7 additions and 7 deletions

View File

Before

Width:  |  Height:  |  Size: 665 B

After

Width:  |  Height:  |  Size: 665 B

View File

Before

Width:  |  Height:  |  Size: 628 B

After

Width:  |  Height:  |  Size: 628 B

View File

@ -20,14 +20,12 @@ servers:
# - description: Windows server
# url: 'http://192.168.178.108:4242/api'
tags:
- name: Archive
description: Handling Feature Toggle archiving and un-archiving
- name: Client
description: Client application aspects of the Unleash API
- name: Events
description: Identifying events on the Unleash server
- name: Feature toggles
description: Accessing feature toggles
- name: Archive
description: Handling Feature Toggle archiving and un-archiving
- name: Events
description: Identifying events on the Unleash server
- name: Feature types
description: Details of the five Unleash Feature Toggle types
- name: Import and export
@ -36,6 +34,8 @@ tags:
description: Determining usage of feature toggles and applications
- name: Strategies
description: Accessing and updating strategies
- name: Client
description: Client application aspects of the Unleash API
info:
title: Unleash API
description: |-
@ -60,7 +60,7 @@ info:
Alternatively, you can test the API in [Postman](https://app.getpostman.com/run-collection/8552ddcd4cc9fc012548)
[![Run in Postman](https://run.pstmn.io/button.svg)](https://app.getpostman.com/run-collection/8552ddcd4cc9fc012548)
version: 3.7.0
version: 4.0.13
contact:
name: The Unleash team
url: 'https://unleash.github.io/'