Skip to content

Commit 5f20928

Browse files
authored
Merge pull request #1654 from tisnik/lcore-2088-fixed-grammar
LCORE-2088: Fixed grammar
2 parents b92187b + 94df52a commit 5f20928

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11463,7 +11463,7 @@
1146311463
"content"
1146411464
],
1146511465
"title": "Attachment",
11466-
"description": "Model representing an attachment that can be send from the UI as part of query.\n\nA list of attachments can be an optional part of 'query' request.\n\nAttributes:\n attachment_type: The attachment type, like \"log\", \"configuration\" etc.\n content_type: The content type as defined in MIME standard\n content: The actual attachment content\n\nYAML attachments with **kind** and **metadata/name** attributes will\nbe handled as resources with the specified name:\n```\nkind: Pod\nmetadata:\n name: private-reg\n```",
11466+
"description": "Model representing an attachment that can be sent from the UI as part of query.\n\nA list of attachments can be an optional part of 'query' request.\n\nAttributes:\n attachment_type: The attachment type, like \"log\", \"configuration\" etc.\n content_type: The content type as defined in MIME standard\n content: The actual attachment content\n\nYAML attachments with **kind** and **metadata/name** attributes will\nbe handled as resources with the specified name:\n```\nkind: Pod\nmetadata:\n name: private-reg\n```",
1146711467
"examples": [
1146811468
{
1146911469
"attachment_type": "log",

src/models/requests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363

6464
class Attachment(BaseModel):
65-
"""Model representing an attachment that can be send from the UI as part of query.
65+
"""Model representing an attachment that can be sent from the UI as part of query.
6666
6767
A list of attachments can be an optional part of 'query' request.
6868

0 commit comments

Comments
 (0)