Skip to content

Commit

Permalink
Remove duplicate DomainID paths
Browse files Browse the repository at this point in the history
  • Loading branch information
dorcaslitunya authored and dborovcanin committed Dec 19, 2024
1 parent e8e17f5 commit a011de5
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions api/openapi/domains.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ paths:
tags:
- Roles
parameters:
- $ref: "auth.yml#/components/parameters/DomainID"
- $ref: "#/components/parameters/DomainID"
requestBody:
$ref: "./schemas/roles.yml#/components/requestBodies/CreateRoleReq"
Expand Down Expand Up @@ -268,7 +267,6 @@ paths:
dataset is consumed either by making subsequent requests, or by
increasing the subset size of the initial request.
parameters:
- $ref: "auth.yml#/components/parameters/DomainID"
- $ref: "#/components/parameters/DomainID"
- $ref: "#/components/parameters/Limit"
- $ref: "#/components/parameters/Offset"
Expand Down Expand Up @@ -300,7 +298,6 @@ paths:
description: |
Retrieves a specific domain role that is identified by the role name.
parameters:
- $ref: "auth.yml#/components/parameters/DomainID"
- $ref: "#/components/parameters/DomainID"
- $ref: "./schemas/roles.yml#/components/parameters/RoleName"
security:
Expand Down Expand Up @@ -330,7 +327,6 @@ paths:
tags:
- Roles
parameters:
- $ref: "auth.yml#/components/parameters/DomainID"
- $ref: "#/components/parameters/DomainID"
- $ref: "./schemas/roles.yml#/components/parameters/RoleName"
requestBody:
Expand Down Expand Up @@ -362,7 +358,6 @@ paths:
tags:
- Roles
parameters:
- $ref: "auth.yml#/components/parameters/DomainID"
- $ref: "#/components/parameters/DomainID"
- $ref: "./schemas/roles.yml#/components/parameters/RoleName"
security:
Expand Down Expand Up @@ -393,7 +388,6 @@ paths:
tags:
- Roles
parameters:
- $ref: "auth.yml#/components/parameters/DomainID"
- $ref: "#/components/parameters/DomainID"
- $ref: "./schemas/roles.yml#/components/parameters/RoleName"
requestBody:
Expand Down Expand Up @@ -425,7 +419,6 @@ paths:
description: |
Retrieves a list of domain role actions.
parameters:
- $ref: "auth.yml#/components/parameters/DomainID"
- $ref: "#/components/parameters/DomainID"
- $ref: "./schemas/roles.yml#/components/parameters/RoleName"
security:
Expand Down Expand Up @@ -456,7 +449,6 @@ paths:
tags:
- Roles
parameters:
- $ref: "auth.yml#/components/parameters/DomainID"
- $ref: "#/components/parameters/DomainID"
- $ref: "./schemas/roles.yml#/components/parameters/RoleName"
requestBody:
Expand Down Expand Up @@ -489,7 +481,6 @@ paths:
tags:
- Roles
parameters:
- $ref: "auth.yml#/components/parameters/DomainID"
- $ref: "#/components/parameters/DomainID"
- $ref: "./schemas/roles.yml#/components/parameters/RoleName"
security:
Expand Down Expand Up @@ -520,7 +511,6 @@ paths:
tags:
- Roles
parameters:
- $ref: "auth.yml#/components/parameters/DomainID"
- $ref: "#/components/parameters/DomainID"
- $ref: "./schemas/roles.yml#/components/parameters/RoleName"
requestBody:
Expand Down Expand Up @@ -552,7 +542,6 @@ paths:
description: |
Retrieves a list of domain role members.
parameters:
- $ref: "auth.yml#/components/parameters/DomainID"
- $ref: "#/components/parameters/DomainID"
- $ref: "./schemas/roles.yml#/components/parameters/RoleName"
security:
Expand Down Expand Up @@ -583,7 +572,6 @@ paths:
tags:
- Roles
parameters:
- $ref: "auth.yml#/components/parameters/DomainID"
- $ref: "#/components/parameters/DomainID"
- $ref: "./schemas/roles.yml#/components/parameters/RoleName"
requestBody:
Expand Down Expand Up @@ -616,7 +604,6 @@ paths:
tags:
- Roles
parameters:
- $ref: "auth.yml#/components/parameters/DomainID"
- $ref: "#/components/parameters/DomainID"
- $ref: "./schemas/roles.yml#/components/parameters/RoleName"
security:
Expand Down

0 comments on commit a011de5

Please sign in to comment.