Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't add a photo into a gallery #252

Open
mardy opened this issue Dec 9, 2017 · 0 comments
Open

Can't add a photo into a gallery #252

mardy opened this issue Dec 9, 2017 · 0 comments

Comments

@mardy
Copy link

mardy commented Dec 9, 2017

Hi again :-)
I'm calling the method PUT users/:user_id/galleries/:id/items to add a photo into a gallery (precisely, the url I'm using is https://api.500px.com/v1/users/22027935/galleries/29303601/items), with this body:

{
  "add": {
    "photos": [238526019]
  }
}

The method returns HTTP 200 (it does it all the time, even if the passed JSON is invalid!), with an empty object {} and indeed does not add the photos to the gallery.

I've also tried calling this method from the API console and it behaves in the same way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant