Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Sequeira committed Nov 14, 2019
1 parent 6158b30 commit b5b78f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -115,11 +115,10 @@ Media management.
getMetaproperties();
getMetaproperty($propertyId);
getMetapropertyDependencies($propertyId);
getMetapropertyOptions($query);
getMetapropetryGlobalOptionDependencies();
getMetapropertyOptionDependencies($propertyId);
getMetapropertySpecificOptionDependencies($propertyId, $optionId, $query);
getCollections($query);
getCollectionAssets($collectionId);
getTags();
getCategories();
getSmartfilters();
Expand All @@ -133,6 +132,8 @@ Media management.
createUsage($query);
getUsage($query);
deleteUsage($query);
getCollections($query);
getCollectionAssets($collectionId);
```

## Tests
Expand Down

0 comments on commit b5b78f9

Please sign in to comment.