Skip to content

Commit

Permalink
docs: adoc μˆ˜μ • (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arachneee authored Oct 9, 2024
1 parent 88687f2 commit b87efb7
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion server/src/docs/asciidoc/event.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,23 @@ operation::uploadImages[snippets="http-request,http-response"]

=== 행사 이미지 λͺ©λ‘ 쑰회

operation::createEvent[snippets="http-request,request-body,request-fields,response-body,response-fields,http-response,response-cookies"]
operation::findImages[snippets="http-request,response-body,response-fields,http-response"]

==== [.red]#Exceptions#

[source,json,options="nowrap"]
----
[
{
"code": "EVENT_NOT_FOUND",
"message": "μ‘΄μž¬ν•˜μ§€ μ•ŠλŠ” ν–‰μ‚¬μž…λ‹ˆλ‹€."
}
]
----

=== 행사 이미지 μ‚­μ œ

operation::deleteImage[snippets="http-request,http-response"]

==== [.red]#Exceptions#

Expand Down

0 comments on commit b87efb7

Please sign in to comment.