Open nyroDev opened 3 years ago
Hi @nyroDev, The endpoint that you change with this PR is a valid endpoint, you can review the documentation on it here: https://bynder.docs.apiary.io/#reference/metaproperties/metaproperty-option-operations/retrieve-metaproperty-options-by-ids
The one you changed it too is a separate endpoint, documented on this page https://bynder.docs.apiary.io/#reference/metaproperties/metaproperty-option-operations/retrieve-metaproperty-options
Ok, so there is a function missing for my use case.
I'll update my PR ASAP to reflect that.
@TimBloembergen I finnaly updated the code to add a new specific function as requested
Hey there, sorry to ping you - any news on that? 😅
Sorry, this one fell through. I will get my team to look at the PR, review and release it as soon as possible.
There is a small error in
AssetBankManager
According to the documentation, we should use the propertyID in the URL when retrieving option for a specific meta property.
This PR simply add the parameter and use it to fix it.