38 lines
537 B
Plaintext
38 lines
537 B
Plaintext
meta {
|
|
name: Registers a new Integration object.
|
|
type: http
|
|
seq: 6
|
|
}
|
|
|
|
post {
|
|
url: {{baseUrl}}/api/v2/Integration/:strToken
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
params:path {
|
|
strToken:
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"integrationID": "",
|
|
"memoriID": "",
|
|
"type": "",
|
|
"state": "",
|
|
"deviceEmails": [],
|
|
"invocationText": "",
|
|
"jobID": "",
|
|
"customData": "",
|
|
"resources": [
|
|
{
|
|
"name": "",
|
|
"url": ""
|
|
}
|
|
],
|
|
"publish": "",
|
|
"creationTimestamp": "",
|
|
"lastChangeTimestamp": ""
|
|
}
|
|
}
|