Skip to content

Instantly share code, notes, and snippets.

@scherler
Created July 17, 2017 17:13
Show Gist options
  • Save scherler/b277d2b23511a078ad33cf8a81be3b37 to your computer and use it in GitHub Desktop.
Save scherler/b277d2b23511a078ad33cf8a81be3b37 to your computer and use it in GitHub Desktop.
const requestBody = {
name: 'A-Team',
members: [{
id: 'hannibal',
role: 'TEAM_ADMIN',
}, {
id: 'face',
role: 'TEAM_MEMBER',
}, {
id: 'murdock',
role: 'TEAM_MEMBER',
}, {
id: 'ba',
role: 'TEAM_MEMBER',
}],
icon: {
preview: 'cloudbees',
color: '#ffffff',
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment