Skip to content
This repository has been archived by the owner on Nov 7, 2020. It is now read-only.

Commit

Permalink
🔥 Remove creator access in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hansott authored Nov 21, 2019
1 parent 5c380af commit 3df6d0b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,10 +388,6 @@ $pin->note = 'a new note';
// Update link
$pin->link = 'https://google.com';

// Move to another board
$pin->board->name = 'board-name';
$pin->board->creator->username = 'username';

$response = $api->updatePin($pin);

if (!$response->ok()) {
Expand Down

0 comments on commit 3df6d0b

Please sign in to comment.