Can you also generate code in just raw/native HTTP request format. AKA something like this:
POST /wapi/v2.3/request HTTP/1.1
Host: server.org
Authorization: Basic xyzzy
Content-Type: application/json
{
"object": "extensibleattributedef",
"data": {
"name":"AA-test-01",
"type":"STRING",
"comment":"Geoff's test EA"
}
}
Can you also generate code in just raw/native HTTP request format. AKA something like this:
POST /wapi/v2.3/request HTTP/1.1
Host: server.org
Authorization: Basic xyzzy
Content-Type: application/json
{
"object": "extensibleattributedef",
"data": {
"name":"AA-test-01",
"type":"STRING",
"comment":"Geoff's test EA"
}
}