Created
August 24, 2016 19:01
-
-
Save kgarfinkel/b176a0af5ca9c82e368267f4bdc29496 to your computer and use it in GitHub Desktop.
rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# The PUT request takes one parameter, a `macros` object that lists the macros to update. | |
# | |
# Each macro must have an id and any of the following parameters: | |
# | |
# | Name | Description | | |
# | -------- | ----------------------------------- | | |
# | id | The ID of the macro to update. | | |
# | active | The new active status of the macro. | | |
# | position | The new position of the macro. | | |
# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment