Skip to content

Commit 7dde0aa

Browse files
author
github-actions
committed
Update REST API documentation Wed Nov 19 18:00:35 UTC 2025
1 parent 6b1da17 commit 7dde0aa

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

restapi.json

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5813,7 +5813,7 @@
58135813
"$ref": "#/components/schemas/Administrator"
58145814
},
58155815
"definition": {
5816-
"$ref": "#/components/schemas/AttributeDefinition"
5816+
"$ref": "#/components/schemas/AdminAttributeDefinition"
58175817
},
58185818
"value": {
58195819
"type": "string",
@@ -5841,6 +5841,12 @@
58415841
"type": "boolean",
58425842
"example": true
58435843
},
5844+
"privileges": {
5845+
"type": "array",
5846+
"items": {
5847+
"type": "string"
5848+
}
5849+
},
58445850
"created_at": {
58455851
"type": "string",
58465852
"format": "date-time",
@@ -5957,7 +5963,7 @@
59575963
"example": "2025-04-17 09:00:00"
59585964
},
59595965
"repeat_interval": {
5960-
"type": "string",
5966+
"type": "integer",
59615967
"example": "24 hours"
59625968
},
59635969
"repeat_until": {
@@ -5966,7 +5972,7 @@
59665972
"example": "2025-04-30T00:00:00+04:00"
59675973
},
59685974
"requeue_interval": {
5969-
"type": "string",
5975+
"type": "integer",
59705976
"example": "12 hours"
59715977
},
59725978
"requeue_until": {
@@ -6655,7 +6661,8 @@
66556661
},
66566662
"type": {
66576663
"type": "string",
6658-
"example": "checkbox"
6664+
"example": "checkbox",
6665+
"nullable": true
66596666
},
66606667
"list_order": {
66616668
"type": "integer",
@@ -6669,10 +6676,6 @@
66696676
"type": "boolean",
66706677
"example": true
66716678
},
6672-
"table_name": {
6673-
"type": "string",
6674-
"example": "list_attributes"
6675-
},
66766679
"options": {
66776680
"type": "array",
66786681
"items": {
@@ -6752,7 +6755,7 @@
67526755
"format": "date-time",
67536756
"example": "2022-12-01T10:00:00Z"
67546757
},
6755-
"summery": {
6758+
"summary": {
67566759
"type": "string",
67576760
"example": "Added by admin"
67586761
},

0 commit comments

Comments
 (0)