Created
December 21, 2015 03:21
-
-
Save muojp/9891200382fcbcfb3a7d to your computer and use it in GitHub Desktop.
soracomapi-151218-0800.diff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
paths: { | |
/subscribers: { | |
get: { | |
parameters: [ | |
... | |
... | |
... | |
... | |
{ | |
- description: "検索対象にするspeed_class。`|`で区切って複数指定することができる。指定可能な値の一覧は以下のとおり: `s1.minimum`, `s1.slow`, `s1.standard`, `s1.fast`" | |
+ description: "検索対象にする速度クラス。`|`で区切って複数指定することができる。指定可能な値の一覧は以下のとおり: `s1.minimum`, `s1.slow`, `s1.standard`, `s1.fast`" | |
} | |
... | |
... | |
] | |
} | |
} | |
} | |
definitions: { | |
Subscriber: { | |
properties: { | |
- speed_class: { | |
- type: "string" | |
- } | |
+ speedClass: { | |
+ type: "string" | |
+ } | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment