Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ partial void ProcessDeleteAnAccessLevelResponseContent(

/// <summary>
/// Delete an access level.<br/>
/// Given a library id, you can delete the access level of an entity. An owner cannot delete it's own access. You have to be the owner of the library to delete an acces other than yours.
/// Given a library id, you can delete the access level of an entity. An owner cannot delete its own access. You have to be the owner of the library to delete an acces other than yours.
/// </summary>
/// <param name="libraryId"></param>
/// <param name="request"></param>
Expand Down Expand Up @@ -212,7 +212,7 @@ partial void ProcessDeleteAnAccessLevelResponseContent(

/// <summary>
/// Delete an access level.<br/>
/// Given a library id, you can delete the access level of an entity. An owner cannot delete it's own access. You have to be the owner of the library to delete an acces other than yours.
/// Given a library id, you can delete the access level of an entity. An owner cannot delete its own access. You have to be the owner of the library to delete an acces other than yours.
/// </summary>
/// <param name="libraryId"></param>
/// <param name="orgId"></param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public partial interface IBetaLibrariesAccessesClient
{
/// <summary>
/// Delete an access level.<br/>
/// Given a library id, you can delete the access level of an entity. An owner cannot delete it's own access. You have to be the owner of the library to delete an acces other than yours.
/// Given a library id, you can delete the access level of an entity. An owner cannot delete its own access. You have to be the owner of the library to delete an acces other than yours.
/// </summary>
/// <param name="libraryId"></param>
/// <param name="request"></param>
Expand All @@ -20,7 +20,7 @@ public partial interface IBetaLibrariesAccessesClient

/// <summary>
/// Delete an access level.<br/>
/// Given a library id, you can delete the access level of an entity. An owner cannot delete it's own access. You have to be the owner of the library to delete an acces other than yours.
/// Given a library id, you can delete the access level of an entity. An owner cannot delete its own access. You have to be the owner of the library to delete an acces other than yours.
/// </summary>
/// <param name="libraryId"></param>
/// <param name="orgId"></param>
Expand Down
2 changes: 1 addition & 1 deletion src/libs/Mistral/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2708,7 +2708,7 @@ paths:
tags:
- beta.libraries.accesses
summary: Delete an access level.
description: 'Given a library id, you can delete the access level of an entity. An owner cannot delete it''s own access. You have to be the owner of the library to delete an acces other than yours.'
description: 'Given a library id, you can delete the access level of an entity. An owner cannot delete its own access. You have to be the owner of the library to delete an acces other than yours.'
operationId: libraries_share_delete_v1
parameters:
- name: library_id
Expand Down
Loading