authToken - mattyod/wikiTest GitHub Wiki
Some info about the /authToken endpoint
{
"name": {
"type": "string",
"value": "Matt"
},
"password": {
"type": "string"
},
"thing": {
"otherthing": {
"property": "hasValue"
}
}
}
{
"thing": "string",
"boolean": false,
"number": 7,
"arrayOfStrings": ["one", "two", "three"],
"arrayOfNumbers": [1, 2, 3],
"arrayOfObjects": [{
"object1": {
"thing": "has a thing"
}
}, {
"object2": {
"thing": "also has a thing"
}
}, {
"object3": {
"thing": "has a thing",
"anotherThing": "or two"
}
}],
"anotherThing": "abcdefg"
}