Fix typos in parameter names

Change-Id: I652e8b85632789d5172593154ddd9fef7508f359
This commit is contained in:
Artem Goncharov
2025年05月06日 10:01:16 +02:00
parent 1e293968c7
commit 752bc74a11

View File

@@ -163,11 +163,11 @@ AUTH_TOKEN_ISSUE_SCHEMA: dict[str, Any] = replace_refs(
"properties": {
"id": {
"type": "string",
"descripion": "The ID of the application credential used for authentication. If not provided, the application credential must be identified by its name and its owning user.",
"description": "The ID of the application credential used for authentication. If not provided, the application credential must be identified by its name and its owning user.",
},
"name": {
"type": "string",
"descripion": "The name of the application credential used for authentication. If provided, must be accompanied by a user object.",
"description": "The name of the application credential used for authentication. If provided, must be accompanied by a user object.",
},
"secret": {
"type": "string",

View File

@@ -313,7 +313,7 @@ def _get_schema_ref(
TypeSchema(
type="string",
format="xml",
descripion="SAML assertion in XML format",
description="SAML assertion in XML format",
),
)
ref = f"#/components/schemas/{name}"
@@ -417,7 +417,7 @@ def _get_schema_ref(
TypeSchema(
type="string",
format="xml",
descripion="Identity Provider metadata information in XML format",
description="Identity Provider metadata information in XML format",
),
)
ref = f"#/components/schemas/{name}"
Reference in New Issue
openstack/codegenerator
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.