From 514fb39b418a9c6fa4a16d1a50a4897bb543e98b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 27 Jun 2024 00:03:00 +0000 Subject: [PATCH] daily update 20240627T000300 --- swagger.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/swagger.json b/swagger.json index 2298c23..3919901 100644 --- a/swagger.json +++ b/swagger.json @@ -90,6 +90,16 @@ "type": "string" } }, + "name_path": { + "description": "The name of the requested Orb.", + "example": "node", + "in": "path", + "name": "name_path", + "required": true, + "schema": { + "type": "string" + } + }, "namespace": { "description": "The namespace that the Orb belongs to.", "example": "circleci", @@ -100,6 +110,16 @@ "type": "string" } }, + "namespace_path": { + "description": "The namespace that the Orb belongs to.", + "example": "circleci", + "in": "path", + "name": "namespace_path", + "required": true, + "schema": { + "type": "string" + } + }, "next_page_token": { "description": "Specify what page of results to fetch.", "in": "query",