Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2025-02-03 19:47:09.635963",
"spec_repo_commit": "b52549d9"
"regenerated": "2025-02-04 13:46:03.168515",
"spec_repo_commit": "cba682f9"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-02-03 19:47:09.652236",
"spec_repo_commit": "b52549d9"
"regenerated": "2025-02-04 13:46:03.184105",
"spec_repo_commit": "cba682f9"
}
}
}
2 changes: 1 addition & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1823,7 +1823,7 @@ components:
- base_severity
type: object
ApiID:
description: API identifier.
description: Test
example: 90646597-5fdb-4a17-a240-647003f8c028
format: uuid
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public CreateOpenAPIResponseData id(UUID id) {
}

/**
* API identifier.
* Test
*
* @return id
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public ListAPIsResponseData id(UUID id) {
}

/**
* API identifier.
* Test
*
* @return id
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public UpdateOpenAPIResponseData id(UUID id) {
}

/**
* API identifier.
* Test
*
* @return id
*/
Expand Down