Skip to content

Commit 9b12eb0

Browse files
author
github-actions
committed
Update REST API documentation Wed Jun 18 18:51:08 UTC 2025
1 parent d44d18e commit 9b12eb0

File tree

1 file changed

+28
-24
lines changed

1 file changed

+28
-24
lines changed

restapi.json

Lines changed: 28 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1978,30 +1978,7 @@
19781978
"content": {
19791979
"application/json": {
19801980
"schema": {
1981-
"properties": {
1982-
"local_parts": {
1983-
"type": "array",
1984-
"items": {
1985-
"properties": {
1986-
"local_part": {
1987-
"type": "string"
1988-
},
1989-
"count": {
1990-
"type": "integer"
1991-
},
1992-
"percentage": {
1993-
"type": "number",
1994-
"format": "float"
1995-
}
1996-
},
1997-
"type": "object"
1998-
}
1999-
},
2000-
"total": {
2001-
"type": "integer"
2002-
}
2003-
},
2004-
"type": "object"
1981+
"$ref": "#/components/schemas/LocalPartsStats"
20051982
}
20061983
}
20071984
}
@@ -4474,6 +4451,33 @@
44744451
"type": "object",
44754452
"nullable": true
44764453
},
4454+
"LocalPartsStats": {
4455+
"properties": {
4456+
"local_parts": {
4457+
"type": "array",
4458+
"items": {
4459+
"properties": {
4460+
"local_part": {
4461+
"type": "string"
4462+
},
4463+
"count": {
4464+
"type": "integer"
4465+
},
4466+
"percentage": {
4467+
"type": "number",
4468+
"format": "float"
4469+
}
4470+
},
4471+
"type": "object"
4472+
}
4473+
},
4474+
"total": {
4475+
"type": "integer"
4476+
}
4477+
},
4478+
"type": "object",
4479+
"nullable": true
4480+
},
44774481
"CreateSubscriberListRequest": {
44784482
"required": [
44794483
"name"

0 commit comments

Comments
 (0)