Skip to content

Commit 9899d4b

Browse files
add is_hidden_on_market field
1 parent d00037a commit 9899d4b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

services/api-server/openapi.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6716,6 +6716,10 @@
67166716
"title": "Pricing Plan Id",
67176717
"minimum": 0
67186718
},
6719+
"is_hidden_on_market": {
6720+
"type": "boolean",
6721+
"title": "Is Hidden On Market"
6722+
},
67196723
"created_at": {
67206724
"type": "string",
67216725
"format": "date-time",
@@ -6736,6 +6740,7 @@
67366740
"licensed_resource_type",
67376741
"licensed_resources",
67386742
"pricing_plan_id",
6743+
"is_hidden_on_market",
67396744
"created_at",
67406745
"modified_at"
67416746
],

0 commit comments

Comments
 (0)