Update schema, add status endpoint
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"name": "Test Owner",
|
||||
"mod_version": "0.0.1"
|
||||
"mod_version": 1
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"id": null,
|
||||
"name": "Test Owner 2",
|
||||
"mod_version": "0.0.1"
|
||||
"mod_version": 1
|
||||
}
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
{
|
||||
"name": "Test Shop",
|
||||
"description": "for testing",
|
||||
"is_not_sell_buy": true,
|
||||
"sell_buy_list_id": 1,
|
||||
"vendor_id": 1,
|
||||
"vendor_gold": 0
|
||||
"description": "for testing"
|
||||
}
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
{
|
||||
"name": "Test Shop 2",
|
||||
"description": "for testing",
|
||||
"is_not_sell_buy": true,
|
||||
"sell_buy_list_id": 1,
|
||||
"vendor_id": 1,
|
||||
"vendor_gold": 0
|
||||
"description": "for testing"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user