bruno/memori-backend/Integration/Registers a new Integration object.bru

38 lines
537 B
Plaintext
Raw Normal View History

2025-03-26 15:08:31 +01:00
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": ""
}
}