Skip to content

Commit

Permalink
Add namespace path parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
alekshs committed Sep 19, 2024
1 parent 8d77e01 commit a9b3a62
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion openapi-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10729,7 +10729,13 @@ paths:
schema:
$ref: "#/definitions/Error"

/assets/change_credentials:
/assets/{namespace}/change_credentials:
parameters:
- name: namespace
in: path
description: The namespace to send the request on behalf of.
type: string
required: true
post:
tags:
- assets
Expand Down

0 comments on commit a9b3a62

Please sign in to comment.