Skip to content

Instantly share code, notes, and snippets.

@khaosans
Last active September 17, 2015 20:51
Show Gist options
  • Save khaosans/60deb5f8020a18183a91 to your computer and use it in GitHub Desktop.
Save khaosans/60deb5f8020a18183a91 to your computer and use it in GitHub Desktop.
Rest Call Item Move Demo
item 640685
//original project
{
"project": 49,
"fields": {
"name": "Component1"
},
"location": {
"parent": {
"project": 49
}
}
}
//move to project
{
"project": 50,
"fields": {
"name": "Component1"
},
"location": {
"parent": {
"project": 50
}
}
}
@mute
Copy link

mute commented Sep 17, 2015

🎱

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment