Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
figurluk committed Aug 17, 2024
1 parent ee0fdd1 commit e101c1e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions docs/auth-swaggerfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ paths:
put:
tags:
- Machine
summary: ''
summary: Add roles to entity with id
parameters:
- name: id
in: path
Expand Down Expand Up @@ -584,7 +584,7 @@ paths:
put:
tags:
- Machine
summary: ''
summary: Remove roles to entity with id
parameters:
- name: id
in: path
Expand Down Expand Up @@ -616,7 +616,7 @@ paths:
put:
tags:
- Machine
summary: ''
summary: Add permissions to entity with id
parameters:
- name: id
in: path
Expand Down Expand Up @@ -648,7 +648,7 @@ paths:
put:
tags:
- Machine
summary: ''
summary: Remove permissions to entity with id
parameters:
- name: id
in: path
Expand Down Expand Up @@ -680,7 +680,7 @@ paths:
put:
tags:
- Machine
summary: ''
summary: Add domains to entity with id
parameters:
- name: id
in: path
Expand Down Expand Up @@ -712,7 +712,7 @@ paths:
put:
tags:
- Machine
summary: ''
summary: Remove entities to entity with id
parameters:
- name: id
in: path
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public virtual IActionResult DeleteById([Required] [FromRoute] string id)
}

/// <summary>
///
/// Add roles to entity with id
/// </summary>
/// <param name="id"></param>
/// <param name="input"></param>
Expand All @@ -180,7 +180,7 @@ [Required] [FromBody] MachineRoleInput input
}

/// <summary>
///
/// Remove roles to entity with id
/// </summary>
/// <param name="id"></param>
/// <param name="input"></param>
Expand All @@ -198,7 +198,7 @@ [Required] [FromBody] MachineRoleInput input
}

/// <summary>
///
/// Add permissions to entity with id
/// </summary>
/// <param name="id"></param>
/// <param name="input"></param>
Expand All @@ -216,7 +216,7 @@ [Required] [FromBody] MachinePermissionInput input
}

/// <summary>
///
/// Remove permissions to entity with id
/// </summary>
/// <param name="id"></param>
/// <param name="input"></param>
Expand All @@ -234,7 +234,7 @@ [Required] [FromBody] MachinePermissionInput input
}

/// <summary>
///
/// Add domains to entity with id
/// </summary>
/// <param name="id"></param>
/// <param name="input"></param>
Expand All @@ -252,7 +252,7 @@ [Required] [FromBody] MachineDomainInput input
}

/// <summary>
///
/// Remove entities to entity with id
/// </summary>
/// <param name="id"></param>
/// <param name="input"></param>
Expand Down
12 changes: 6 additions & 6 deletions source/dotnet/Auth/Clouded.Auth.Provider/auth-swaggerfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ paths:
put:
tags:
- Machine
summary: ''
summary: Add roles to entity with id
parameters:
- name: id
in: path
Expand Down Expand Up @@ -584,7 +584,7 @@ paths:
put:
tags:
- Machine
summary: ''
summary: Remove roles to entity with id
parameters:
- name: id
in: path
Expand Down Expand Up @@ -616,7 +616,7 @@ paths:
put:
tags:
- Machine
summary: ''
summary: Add permissions to entity with id
parameters:
- name: id
in: path
Expand Down Expand Up @@ -648,7 +648,7 @@ paths:
put:
tags:
- Machine
summary: ''
summary: Remove permissions to entity with id
parameters:
- name: id
in: path
Expand Down Expand Up @@ -680,7 +680,7 @@ paths:
put:
tags:
- Machine
summary: ''
summary: Add domains to entity with id
parameters:
- name: id
in: path
Expand Down Expand Up @@ -712,7 +712,7 @@ paths:
put:
tags:
- Machine
summary: ''
summary: Remove entities to entity with id
parameters:
- name: id
in: path
Expand Down

0 comments on commit e101c1e

Please sign in to comment.