updating swagger to correct name

This commit is contained in:
Allison Durkan 2018-09-19 16:24:27 -04:00
Родитель 069486b722
Коммит 594bf6ba23
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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: