Skip to content

Instantly share code, notes, and snippets.

@kgarfinkel
Created August 24, 2016 19:01
Show Gist options
  • Save kgarfinkel/b176a0af5ca9c82e368267f4bdc29496 to your computer and use it in GitHub Desktop.
Save kgarfinkel/b176a0af5ca9c82e368267f4bdc29496 to your computer and use it in GitHub Desktop.
rb
# 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