chore: Use integer for IDs of resources

This commit is contained in:
Faruk AYDIN
2021-12-26 13:41:46 +03:00
committed by Ömer Faruk Aydın
parent a58411ee99
commit 3f2f1212c9
29 changed files with 172 additions and 103 deletions

View File

@@ -127,7 +127,8 @@
"arguments": [
{
"name": "id",
"value": "{createConnection.id}"
"value": "{createConnection.id}",
"type": "integer"
}
]
}
@@ -140,7 +141,8 @@
"arguments": [
{
"name": "id",
"value": "{connection.id}"
"value": "{connection.id}",
"type": "integer"
}
]
},
@@ -151,7 +153,8 @@
"arguments": [
{
"name": "id",
"value": "{connection.id}"
"value": "{connection.id}",
"type": "integer"
},
{
"name": "data",
@@ -192,7 +195,8 @@
"arguments": [
{
"name": "id",
"value": "{connection.id}"
"value": "{connection.id}",
"type": "integer"
}
]
}