Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into patch
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepinski committed Apr 5, 2018
2 parents 813304f + 5d7adef commit 7c322a1
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
* </p>
* <p/>
* <p>
* Example: uairship://run-actions?&add_tags=%5B%22one%22%2C%22two%22%5D
* will run the "add_tags" with value "["one", "two"]".
* Example: uairship://run-actions?&add_tags_action=%5B%22one%22%2C%22two%22%5D
* will run the "add_tags_action" with value "["one", "two"]".
* </p>
* <p/>
* <p>
Expand All @@ -78,8 +78,8 @@
* </p>
* <p/>
* <p>
* Example: uairship://run-basic-actions?add_tags=one&remove_tags=two will run
* the "add_tags" with the value "one", and perform the "remove_tags" action with
* Example: uairship://run-basic-actions?add_tags_action=one&remove_tags_action=two will run
* the "add_tags_action" with the value "one", and perform the "remove_tags_action" action with
* value "two".
* </p>
* <p/>
Expand Down

0 comments on commit 7c322a1

Please sign in to comment.