From d765d7f5a12dada1be86f400a97f046a3862381b Mon Sep 17 00:00:00 2001 From: itachary Date: Thu, 12 Sep 2024 16:55:38 +0000 Subject: [PATCH] Fix uid --- result/response.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/result/response.yaml b/result/response.yaml index 1bf53c0..ef8185c 100644 --- a/result/response.yaml +++ b/result/response.yaml @@ -124,16 +124,16 @@ components: - '/components/schemas/Device.Bgpv4Route/properties/name' - '/components/schemas/Device.Bgpv6Route/properties/name' example: Bgpv4 Route Range 1 - x-field-uid: 2 + x-field-uid: 1 begin_timestamp_ns: description: |- The time in nanoseconds at which the event began type: number format: double - x-field-uid: 3 + x-field-uid: 2 end_timestamp_ns: description: |- The time in nanoseconds at which the event ended type: number format: double - x-field-uid: 4 + x-field-uid: 3