updating swagger to correct name
This commit is contained in:
Родитель
069486b722
Коммит
594bf6ba23
|
@ -1,11 +1,11 @@
|
|||
swagger: "2.0"
|
||||
info:
|
||||
description: "This documents the expected API that an [azure-chaos](https://github.com/bengreenier/azure-chaos) extension should implement.\n> Note: security for this API is optional, but if implemented as a part of the service, it should be done via a `code` query parameter as part of the url."
|
||||
description: "This documents the expected API that a [platform-chaos](https://github.com/Azure/platform-chaos) extension should implement.\n> Note: security for this API is optional, but if implemented as a part of the service, it should be done via a `code` query parameter as part of the url."
|
||||
version: "1.0.0"
|
||||
title: "azure-chaos extension API"
|
||||
title: "Azure platform-chaos"
|
||||
license:
|
||||
name: "MIT"
|
||||
url: "https://github.com/bengreenier/azure-chaos/blob/master/LICENSE"
|
||||
url: "https://github.com/Azure/platform-chaos/blob/master/LICENSE"
|
||||
schemes:
|
||||
- "https"
|
||||
paths:
|
||||
|
|
Загрузка…
Ссылка в новой задаче