Skip to content

Commit

Permalink
Use canonical header name
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed Jul 6, 2024
1 parent 92cc131 commit 3f7ba1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typespec/main.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ namespace Service {
@route("/{name}")
@get
op read(
@header accept: "*/*" | "application/xml" | "text/xml",
@header Accept: "*/*" | "application/xml" | "text/xml",
@path name: string,
):
| {
Expand Down

0 comments on commit 3f7ba1c

Please sign in to comment.