From b5132473125555fd218d42c9decc971ddeaf0b6a Mon Sep 17 00:00:00 2001 From: Lee-won-hyeok Date: Thu, 29 Feb 2024 06:56:19 +0000 Subject: [PATCH] docs: update bruno docs --- .../[ERR] End Time Earlier than Start Time.bru | 6 ++---- .../Contest/Create Contest/[ERR] Nonexistent Group.bru | 6 ++---- .../[ERR] End Time Earlier than Start Time.bru | 6 ++---- .../Contest/Update Contest/[ERR] Nonexistent Contest.bru | 6 ++---- 4 files changed, 8 insertions(+), 16 deletions(-) diff --git a/collection/admin/Contest/Create Contest/[ERR] End Time Earlier than Start Time.bru b/collection/admin/Contest/Create Contest/[ERR] End Time Earlier than Start Time.bru index 42d4703e96..ae2b21a32f 100644 --- a/collection/admin/Contest/Create Contest/[ERR] End Time Earlier than Start Time.bru +++ b/collection/admin/Contest/Create Contest/[ERR] End Time Earlier than Start Time.bru @@ -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 diff --git a/collection/admin/Contest/Create Contest/[ERR] Nonexistent Group.bru b/collection/admin/Contest/Create Contest/[ERR] Nonexistent Group.bru index 1187024c73..d2389c74bc 100644 --- a/collection/admin/Contest/Create Contest/[ERR] Nonexistent Group.bru +++ b/collection/admin/Contest/Create Contest/[ERR] Nonexistent Group.bru @@ -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 diff --git a/collection/admin/Contest/Update Contest/[ERR] End Time Earlier than Start Time.bru b/collection/admin/Contest/Update Contest/[ERR] End Time Earlier than Start Time.bru index ebed5a6117..44083fdfaf 100644 --- a/collection/admin/Contest/Update Contest/[ERR] End Time Earlier than Start Time.bru +++ b/collection/admin/Contest/Update Contest/[ERR] End Time Earlier than Start Time.bru @@ -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 diff --git a/collection/admin/Contest/Update Contest/[ERR] Nonexistent Contest.bru b/collection/admin/Contest/Update Contest/[ERR] Nonexistent Contest.bru index fc76e4cb61..3d2aefd3a1 100644 --- a/collection/admin/Contest/Update Contest/[ERR] Nonexistent Contest.bru +++ b/collection/admin/Contest/Update Contest/[ERR] Nonexistent Contest.bru @@ -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