Skip to content

Commit

Permalink
daily update 20240627T000300
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 27, 2024
1 parent 1e60d4f commit 514fb39
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 514fb39

Please sign in to comment.