Skip to content

Instantly share code, notes, and snippets.

@muojp
Created December 21, 2015 03:21
Show Gist options
  • Save muojp/9891200382fcbcfb3a7d to your computer and use it in GitHub Desktop.
Save muojp/9891200382fcbcfb3a7d to your computer and use it in GitHub Desktop.
soracomapi-151218-0800.diff
{
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