Skip to content

Commit

Permalink
fixup! Add documentation into readme how to git defined item properti…
Browse files Browse the repository at this point in the history
…es (RAD-720)
  • Loading branch information
foglcz committed Dec 8, 2017
1 parent 8a6ae62 commit 4e93a69
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ $response = $matej->request()
->addProperty(ItemPropertySetup::string('title'))
->send();

// Get list of item properties that are defined in matej
$response = $matej->request()
->getItemProperties()
->send();

// Delete item property from database:
$response = $matej->request()
->deleteItemProperties()
Expand Down

0 comments on commit 4e93a69

Please sign in to comment.