Skip to content

Commit

Permalink
docs: update bruno docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee-won-hyeok committed Feb 29, 2024
1 parent 3f945f2 commit b513247
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ body:graphql {
description: "thisisnewcontest"
startTime: "2030-01-01"
endTime: "2020-01-01"
config: {
isVisible: true
isRankVisible: true
}
isVisible: true
isRankVisible: true
}
) {
id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ body:graphql {
description: "thisisnewcontest"
startTime: "2024-01-01"
endTime: "2030-01-01"
config: {
isVisible: true
isRankVisible: true
}
isVisible: true
isRankVisible: true
}
) {
id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ body:graphql {
description: "thisisupdatedcontest"
startTime: "2030-01-01"
endTime: "2020-01-01"
config: {
isVisible: true
isRankVisible: true
}
isVisible: true
isRankVisible: true
}
) {
id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ body:graphql {
description: "thisisupdatedcontest"
startTime: "2024-01-01"
endTime: "2030-01-01"
config: {
isVisible: true
isRankVisible: true
}
isVisible: true
isRankVisible: true
}
) {
id
Expand Down

0 comments on commit b513247

Please sign in to comment.