mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: update id types in API docs to integers (#27412)
This commit is contained in:
@@ -144,7 +144,7 @@
|
||||
]
|
||||
},
|
||||
"primary_group_id": {
|
||||
"type": ["string", "null"]
|
||||
"type": ["integer", "null"]
|
||||
},
|
||||
"badge_count": {
|
||||
"type": "integer"
|
||||
@@ -411,7 +411,7 @@
|
||||
"type": ["string", "null"]
|
||||
},
|
||||
"flair_group_id": {
|
||||
"type": ["string", "null"]
|
||||
"type": ["integer", "null"]
|
||||
},
|
||||
"bio_raw": {
|
||||
"type": ["string", "null"]
|
||||
|
||||
@@ -176,7 +176,7 @@
|
||||
},
|
||||
"primary_group_id": {
|
||||
"type": [
|
||||
"string",
|
||||
"integer",
|
||||
"null"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -103,7 +103,7 @@
|
||||
},
|
||||
"flair_group_id": {
|
||||
"type": [
|
||||
"string",
|
||||
"integer",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
@@ -155,7 +155,7 @@
|
||||
},
|
||||
"actions_summary": {
|
||||
"type": "array",
|
||||
"items":
|
||||
"items":
|
||||
{
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
@@ -214,7 +214,7 @@
|
||||
},
|
||||
"reviewable_id": {
|
||||
"type": [
|
||||
"string",
|
||||
"integer",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
|
||||
@@ -90,7 +90,7 @@
|
||||
},
|
||||
"flair_group_id": {
|
||||
"type": [
|
||||
"string",
|
||||
"integer",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
@@ -193,7 +193,7 @@
|
||||
},
|
||||
"reviewable_id": {
|
||||
"type": [
|
||||
"string",
|
||||
"integer",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
|
||||
@@ -94,7 +94,7 @@
|
||||
},
|
||||
"flair_group_id": {
|
||||
"type": [
|
||||
"string",
|
||||
"integer",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
@@ -191,7 +191,7 @@
|
||||
},
|
||||
"reviewable_id": {
|
||||
"type": [
|
||||
"string",
|
||||
"integer",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
|
||||
@@ -105,7 +105,7 @@
|
||||
},
|
||||
"flair_group_id": {
|
||||
"type": [
|
||||
"string",
|
||||
"integer",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
@@ -200,7 +200,7 @@
|
||||
},
|
||||
"reviewable_id": {
|
||||
"type": [
|
||||
"string",
|
||||
"integer",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
|
||||
@@ -836,7 +836,7 @@
|
||||
},
|
||||
"flair_group_id": {
|
||||
"type": [
|
||||
"string",
|
||||
"integer",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
|
||||
@@ -119,7 +119,7 @@
|
||||
},
|
||||
"primary_group_id": {
|
||||
"type": [
|
||||
"string",
|
||||
"integer",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
@@ -131,7 +131,7 @@
|
||||
},
|
||||
"flair_group_id": {
|
||||
"type": [
|
||||
"string",
|
||||
"integer",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
@@ -182,7 +182,7 @@
|
||||
},
|
||||
"uploaded_avatar_id": {
|
||||
"type": [
|
||||
"string",
|
||||
"integer",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user