FIX: update id types in API docs to integers (#27412)

This commit is contained in:
Dylan Yang
2024-06-26 19:44:39 -07:00
committed by GitHub
parent cada172981
commit e92a82aa1d
13 changed files with 61 additions and 26 deletions

View File

@@ -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"]

View File

@@ -176,7 +176,7 @@
},
"primary_group_id": {
"type": [
"string",
"integer",
"null"
]
}

View File

@@ -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"
]
},

View File

@@ -90,7 +90,7 @@
},
"flair_group_id": {
"type": [
"string",
"integer",
"null"
]
},
@@ -193,7 +193,7 @@
},
"reviewable_id": {
"type": [
"string",
"integer",
"null"
]
},

View File

@@ -94,7 +94,7 @@
},
"flair_group_id": {
"type": [
"string",
"integer",
"null"
]
},
@@ -191,7 +191,7 @@
},
"reviewable_id": {
"type": [
"string",
"integer",
"null"
]
},

View File

@@ -105,7 +105,7 @@
},
"flair_group_id": {
"type": [
"string",
"integer",
"null"
]
},
@@ -200,7 +200,7 @@
},
"reviewable_id": {
"type": [
"string",
"integer",
"null"
]
},

View File

@@ -836,7 +836,7 @@
},
"flair_group_id": {
"type": [
"string",
"integer",
"null"
]
},

View File

@@ -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"
]
},