Skip to content

Commit

Permalink
FIx Get multiple storefronts
Browse files Browse the repository at this point in the history
  • Loading branch information
sweetmans committed Aug 9, 2018
1 parent ba02dd9 commit f2c415a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#### Fetch Storefronts
- [ ] [**Get a store front**](https://github.com/sweetmans/Apple-Music-API-Document#get-a-storefront)
- [ ] [**Get multiple storefronts**](https://github.com/sweetmans/Apple-Music-API-Document#get-a-storefront)
- [ ] [**Get multiple storefronts**](https://github.com/sweetmans/Apple-Music-API-Document#get-multiple-storefronts)
- [ ] [**Get all storefronts**](https://github.com/sweetmans/Apple-Music-API-Document#get-a-storefront)
- [ ] [**Get a user's storefront**](https://github.com/sweetmans/Apple-Music-API-Document#get-a-storefront)
#### Fetch Resources
Expand Down Expand Up @@ -323,7 +323,7 @@ GET https://api.music.apple.com/v1/storefronts
```
### Path Parameters

- [x] **id**: `String` (Required) The identifier (an ISO 3166 alpha-2 country code) for the
- [x] **ids**: `String` (Required) A list of the identifiers (ISO 3166 alpha-2 country codes) for the storefronts you want to fetch.

### Query Parameters
- [x] **l**: `string` (Optional) The localization to use, specified by a language tag. Any supported language tag may be used here, if one is not specified then en-US is used.
Expand Down

0 comments on commit f2c415a

Please sign in to comment.