Skip to content

Commit

Permalink
Merge pull request #195 from Olog/docs
Browse files Browse the repository at this point in the history
Fix the  example for attachment
  • Loading branch information
shroffk authored Apr 9, 2024
2 parents 5b56a51 + 2cfb7dc commit 1588bf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/site/sphinx/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ Create a log entry, optionally with file attachments
}
],
"attachments":[
{"id": "82dd67fa-09df-11ee-be56-0242ac120002", "name":"MyScreenShot.png"},
{"id": "c02948ad-4bbd-432f-aa4d-a687a54f8d40", "name":"MySpreadsheet.xlsx"}
{"id": "82dd67fa-09df-11ee-be56-0242ac120002", "filename":"MyScreenShot.png"},
{"id": "c02948ad-4bbd-432f-aa4d-a687a54f8d40", "filename":"MySpreadsheet.xlsx"}
]
}
Expand Down Expand Up @@ -457,4 +457,4 @@ Developer Documentation:
.. toctree::
:maxdepth: 1

changelog
changelog

0 comments on commit 1588bf2

Please sign in to comment.