chore: Use integer for IDs of resources
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
a58411ee99
commit
3f2f1212c9
@@ -63,7 +63,8 @@
|
||||
"arguments": [
|
||||
{
|
||||
"name": "id",
|
||||
"value": "{createConnection.id}"
|
||||
"value": "{createConnection.id}",
|
||||
"type": "integer"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -76,7 +77,8 @@
|
||||
"arguments": [
|
||||
{
|
||||
"name": "id",
|
||||
"value": "{connection.id}"
|
||||
"value": "{connection.id}",
|
||||
"type": "integer"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -87,7 +89,8 @@
|
||||
"arguments": [
|
||||
{
|
||||
"name": "id",
|
||||
"value": "{connection.id}"
|
||||
"value": "{connection.id}",
|
||||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"name": "data",
|
||||
@@ -112,7 +115,8 @@
|
||||
"arguments": [
|
||||
{
|
||||
"name": "id",
|
||||
"value": "{connection.id}"
|
||||
"value": "{connection.id}",
|
||||
"type": "integer"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user