Created
July 17, 2017 17:13
-
-
Save scherler/b277d2b23511a078ad33cf8a81be3b37 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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