From e1df42a334dcfffa7698fbbf30c603ae30dc3dea Mon Sep 17 00:00:00 2001 From: Petar Hristov <hristov@itc.rwth-aachen.de> Date: Wed, 12 Jun 2024 11:16:31 +0200 Subject: [PATCH] New: Made Handle Controller publicly accessible --- .../Coscine.ApiClient.Core.Test.csproj | 2 +- .../Model/ResourceAdminDtoTests.cs | 9 ++ .../Model/ResourceDtoTests.cs | 9 ++ .../Api/ApplicationProfileApi.cs | 68 +++++------- src/Coscine.ApiClient.Core/Api/BlobApi.cs | 68 +++++------- .../Api/DisciplineApi.cs | 34 +++--- src/Coscine.ApiClient.Core/Api/HandleApi.cs | 17 ++- src/Coscine.ApiClient.Core/Api/LanguageApi.cs | 34 +++--- src/Coscine.ApiClient.Core/Api/LicenseApi.cs | 34 +++--- .../Api/MaintenanceApi.cs | 17 ++- .../Api/OrganizationApi.cs | 34 +++--- src/Coscine.ApiClient.Core/Api/PidApi.cs | 34 +++--- src/Coscine.ApiClient.Core/Api/ProjectApi.cs | 85 ++++++--------- .../Api/ProjectInvitationApi.cs | 68 +++++------- .../Api/ProjectMemberApi.cs | 85 ++++++--------- .../Api/ProjectPublicationRequestApi.cs | 17 ++- .../Api/ProjectQuotaApi.cs | 51 ++++----- .../Api/ProjectResourceApi.cs | 85 ++++++--------- .../Api/ProjectResourceQuotaApi.cs | 17 ++- .../Api/ProjectResourceTypeApi.cs | 17 ++- .../Api/ProvenanceApi.cs | 17 ++- src/Coscine.ApiClient.Core/Api/ResourceApi.cs | 17 ++- .../Api/ResourceTypeApi.cs | 85 ++++++--------- src/Coscine.ApiClient.Core/Api/RoleApi.cs | 34 +++--- src/Coscine.ApiClient.Core/Api/SearchApi.cs | 17 ++- src/Coscine.ApiClient.Core/Api/SelfApi.cs | 102 ++++++++---------- .../Api/SelfApiTokenApi.cs | 68 +++++------- src/Coscine.ApiClient.Core/Api/TitleApi.cs | 34 +++--- src/Coscine.ApiClient.Core/Api/TosApi.cs | 17 ++- src/Coscine.ApiClient.Core/Api/TreeApi.cs | 68 +++++------- src/Coscine.ApiClient.Core/Api/UserApi.cs | 17 ++- .../Api/VisibilityApi.cs | 34 +++--- .../Api/VocabularyApi.cs | 34 +++--- .../Coscine.ApiClient.Core.csproj | 2 +- .../Model/ResourceAdminDto.cs | 22 +++- .../Model/ResourceDto.cs | 22 +++- 36 files changed, 601 insertions(+), 774 deletions(-) diff --git a/src/Coscine.ApiClient.Core.Test/Coscine.ApiClient.Core.Test.csproj b/src/Coscine.ApiClient.Core.Test/Coscine.ApiClient.Core.Test.csproj index 5c738ce..d3e4cae 100644 --- a/src/Coscine.ApiClient.Core.Test/Coscine.ApiClient.Core.Test.csproj +++ b/src/Coscine.ApiClient.Core.Test/Coscine.ApiClient.Core.Test.csproj @@ -6,7 +6,7 @@ <TargetFramework>net7.0</TargetFramework> <IsPackable>false</IsPackable> <Nullable>annotations</Nullable> - <Version>1.8.0</Version></PropertyGroup> + </PropertyGroup> <ItemGroup> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" /> diff --git a/src/Coscine.ApiClient.Core.Test/Model/ResourceAdminDtoTests.cs b/src/Coscine.ApiClient.Core.Test/Model/ResourceAdminDtoTests.cs index f9d5973..89e50ae 100644 --- a/src/Coscine.ApiClient.Core.Test/Model/ResourceAdminDtoTests.cs +++ b/src/Coscine.ApiClient.Core.Test/Model/ResourceAdminDtoTests.cs @@ -217,6 +217,15 @@ namespace Coscine.ApiClient.Core.Test.Model // TODO unit test for the property 'Archived' } + /// <summary> + /// Test the property 'Projects' + /// </summary> + [Fact] + public void ProjectsTest() + { + // TODO unit test for the property 'Projects' + } + /// <summary> /// Test the property 'Deleted' /// </summary> diff --git a/src/Coscine.ApiClient.Core.Test/Model/ResourceDtoTests.cs b/src/Coscine.ApiClient.Core.Test/Model/ResourceDtoTests.cs index b8df22d..cdee334 100644 --- a/src/Coscine.ApiClient.Core.Test/Model/ResourceDtoTests.cs +++ b/src/Coscine.ApiClient.Core.Test/Model/ResourceDtoTests.cs @@ -216,5 +216,14 @@ namespace Coscine.ApiClient.Core.Test.Model { // TODO unit test for the property 'Archived' } + + /// <summary> + /// Test the property 'Projects' + /// </summary> + [Fact] + public void ProjectsTest() + { + // TODO unit test for the property 'Projects' + } } } diff --git a/src/Coscine.ApiClient.Core/Api/ApplicationProfileApi.cs b/src/Coscine.ApiClient.Core/Api/ApplicationProfileApi.cs index a1d522d..80437c3 100644 --- a/src/Coscine.ApiClient.Core/Api/ApplicationProfileApi.cs +++ b/src/Coscine.ApiClient.Core/Api/ApplicationProfileApi.cs @@ -48,9 +48,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Submits a request to create a new application profile. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="applicationProfileForCreationDto">The details required to create a new application profile. (optional)</param> /// <param name="operationIndex">Index associated with the operation.</param> @@ -61,7 +58,7 @@ namespace Coscine.ApiClient.Core.Api /// Submits a request to create a new application profile. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="applicationProfileForCreationDto">The details required to create a new application profile. (optional)</param> @@ -71,9 +68,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves an application profile by its URI. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="profile">The URI of the application profile to retrieve.</param> /// <param name="format">The desired data format for the returned application profile. (optional)</param> @@ -86,7 +80,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves an application profile by its URI. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="profile">The URI of the application profile to retrieve.</param> @@ -98,9 +92,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves all application profiles. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="searchTerm">Gets or sets the search term used to filter application profiles. (optional)</param> /// <param name="language">Gets or sets the language for which the application profiles are requested. (optional)</param> @@ -116,7 +107,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all application profiles. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="searchTerm">Gets or sets the search term used to filter application profiles. (optional)</param> @@ -131,9 +122,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves the `raw` application profile definition by its URI. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="profile">The URI of the application profile.</param> /// <param name="operationIndex">Index associated with the operation.</param> @@ -144,7 +132,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves the `raw` application profile definition by its URI. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="profile">The URI of the application profile.</param> @@ -187,7 +175,7 @@ namespace Coscine.ApiClient.Core.Api /// Submits a request to create a new application profile. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="applicationProfileForCreationDto">The details required to create a new application profile. (optional)</param> @@ -200,7 +188,7 @@ namespace Coscine.ApiClient.Core.Api /// Submits a request to create a new application profile. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="applicationProfileForCreationDto">The details required to create a new application profile. (optional)</param> @@ -212,7 +200,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves an application profile by its URI. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="profile">The URI of the application profile to retrieve.</param> @@ -227,7 +215,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves an application profile by its URI. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="profile">The URI of the application profile to retrieve.</param> @@ -241,7 +229,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all application profiles. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="searchTerm">Gets or sets the search term used to filter application profiles. (optional)</param> @@ -259,7 +247,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all application profiles. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="searchTerm">Gets or sets the search term used to filter application profiles. (optional)</param> @@ -276,7 +264,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves the `raw` application profile definition by its URI. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="profile">The URI of the application profile.</param> @@ -289,7 +277,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves the `raw` application profile definition by its URI. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="profile">The URI of the application profile.</param> @@ -550,7 +538,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Submits a request to create a new application profile. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Submits a request to create a new application profile. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="applicationProfileForCreationDto">The details required to create a new application profile. (optional)</param> @@ -563,7 +551,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Submits a request to create a new application profile. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Submits a request to create a new application profile. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="applicationProfileForCreationDto">The details required to create a new application profile. (optional)</param> @@ -623,7 +611,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Submits a request to create a new application profile. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Submits a request to create a new application profile. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="applicationProfileForCreationDto">The details required to create a new application profile. (optional)</param> @@ -637,7 +625,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Submits a request to create a new application profile. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Submits a request to create a new application profile. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="applicationProfileForCreationDto">The details required to create a new application profile. (optional)</param> @@ -700,7 +688,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves an application profile by its URI. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves an application profile by its URI. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="profile">The URI of the application profile to retrieve.</param> @@ -715,7 +703,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves an application profile by its URI. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves an application profile by its URI. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="profile">The URI of the application profile to retrieve.</param> @@ -788,7 +776,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves an application profile by its URI. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves an application profile by its URI. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="profile">The URI of the application profile to retrieve.</param> @@ -804,7 +792,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves an application profile by its URI. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves an application profile by its URI. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="profile">The URI of the application profile to retrieve.</param> @@ -880,7 +868,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all application profiles. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all application profiles. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="searchTerm">Gets or sets the search term used to filter application profiles. (optional)</param> @@ -898,7 +886,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all application profiles. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all application profiles. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="searchTerm">Gets or sets the search term used to filter application profiles. (optional)</param> @@ -983,7 +971,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all application profiles. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all application profiles. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="searchTerm">Gets or sets the search term used to filter application profiles. (optional)</param> @@ -1002,7 +990,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all application profiles. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all application profiles. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="searchTerm">Gets or sets the search term used to filter application profiles. (optional)</param> @@ -1090,7 +1078,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the `raw` application profile definition by its URI. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the `raw` application profile definition by its URI. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="profile">The URI of the application profile.</param> @@ -1103,7 +1091,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the `raw` application profile definition by its URI. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the `raw` application profile definition by its URI. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="profile">The URI of the application profile.</param> @@ -1166,7 +1154,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the `raw` application profile definition by its URI. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the `raw` application profile definition by its URI. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="profile">The URI of the application profile.</param> @@ -1180,7 +1168,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the `raw` application profile definition by its URI. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the `raw` application profile definition by its URI. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="profile">The URI of the application profile.</param> diff --git a/src/Coscine.ApiClient.Core/Api/BlobApi.cs b/src/Coscine.ApiClient.Core/Api/BlobApi.cs index 9c8c5e9..8ee2457 100644 --- a/src/Coscine.ApiClient.Core/Api/BlobApi.cs +++ b/src/Coscine.ApiClient.Core/Api/BlobApi.cs @@ -51,9 +51,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Creates a new blob for a resource. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The identifier or slug of the project.</param> /// <param name="resourceId">The identifier of the resource.</param> @@ -67,7 +64,7 @@ namespace Coscine.ApiClient.Core.Api /// Creates a new blob for a resource. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The identifier or slug of the project.</param> @@ -80,9 +77,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Deletes a blob from a resource. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The identifier or slug of the project.</param> /// <param name="resourceId">The identifier of the resource.</param> @@ -95,7 +89,7 @@ namespace Coscine.ApiClient.Core.Api /// Deletes a blob from a resource. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The identifier or slug of the project.</param> @@ -107,9 +101,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Download a blob from a resource. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The identifier or slug of the project.</param> /// <param name="resourceId">The identifier of the resource.</param> @@ -122,7 +113,7 @@ namespace Coscine.ApiClient.Core.Api /// Download a blob from a resource. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The identifier or slug of the project.</param> @@ -134,9 +125,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Updates an existing blob of a resource. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The identifier or slug of the project.</param> /// <param name="resourceId">The identifier of the resource.</param> @@ -150,7 +138,7 @@ namespace Coscine.ApiClient.Core.Api /// Updates an existing blob of a resource. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The identifier or slug of the project.</param> @@ -200,7 +188,7 @@ namespace Coscine.ApiClient.Core.Api /// Creates a new blob for a resource. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The identifier or slug of the project.</param> @@ -216,7 +204,7 @@ namespace Coscine.ApiClient.Core.Api /// Creates a new blob for a resource. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The identifier or slug of the project.</param> @@ -231,7 +219,7 @@ namespace Coscine.ApiClient.Core.Api /// Deletes a blob from a resource. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The identifier or slug of the project.</param> @@ -246,7 +234,7 @@ namespace Coscine.ApiClient.Core.Api /// Deletes a blob from a resource. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The identifier or slug of the project.</param> @@ -260,7 +248,7 @@ namespace Coscine.ApiClient.Core.Api /// Download a blob from a resource. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The identifier or slug of the project.</param> @@ -275,7 +263,7 @@ namespace Coscine.ApiClient.Core.Api /// Download a blob from a resource. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The identifier or slug of the project.</param> @@ -289,7 +277,7 @@ namespace Coscine.ApiClient.Core.Api /// Updates an existing blob of a resource. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The identifier or slug of the project.</param> @@ -305,7 +293,7 @@ namespace Coscine.ApiClient.Core.Api /// Updates an existing blob of a resource. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The identifier or slug of the project.</param> @@ -605,7 +593,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Creates a new blob for a resource. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Creates a new blob for a resource. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The identifier or slug of the project.</param> @@ -620,7 +608,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Creates a new blob for a resource. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Creates a new blob for a resource. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The identifier or slug of the project.</param> @@ -697,7 +685,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Creates a new blob for a resource. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Creates a new blob for a resource. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The identifier or slug of the project.</param> @@ -713,7 +701,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Creates a new blob for a resource. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Creates a new blob for a resource. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The identifier or slug of the project.</param> @@ -793,7 +781,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Deletes a blob from a resource. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Deletes a blob from a resource. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The identifier or slug of the project.</param> @@ -807,7 +795,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Deletes a blob from a resource. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Deletes a blob from a resource. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The identifier or slug of the project.</param> @@ -878,7 +866,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Deletes a blob from a resource. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Deletes a blob from a resource. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The identifier or slug of the project.</param> @@ -893,7 +881,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Deletes a blob from a resource. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Deletes a blob from a resource. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The identifier or slug of the project.</param> @@ -967,7 +955,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Download a blob from a resource. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Download a blob from a resource. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The identifier or slug of the project.</param> @@ -982,7 +970,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Download a blob from a resource. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Download a blob from a resource. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The identifier or slug of the project.</param> @@ -1054,7 +1042,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Download a blob from a resource. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Download a blob from a resource. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The identifier or slug of the project.</param> @@ -1070,7 +1058,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Download a blob from a resource. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Download a blob from a resource. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The identifier or slug of the project.</param> @@ -1145,7 +1133,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Updates an existing blob of a resource. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Updates an existing blob of a resource. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The identifier or slug of the project.</param> @@ -1160,7 +1148,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Updates an existing blob of a resource. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Updates an existing blob of a resource. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The identifier or slug of the project.</param> @@ -1237,7 +1225,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Updates an existing blob of a resource. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Updates an existing blob of a resource. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The identifier or slug of the project.</param> @@ -1253,7 +1241,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Updates an existing blob of a resource. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Updates an existing blob of a resource. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The identifier or slug of the project.</param> diff --git a/src/Coscine.ApiClient.Core/Api/DisciplineApi.cs b/src/Coscine.ApiClient.Core/Api/DisciplineApi.cs index 973f0a5..fdcace7 100644 --- a/src/Coscine.ApiClient.Core/Api/DisciplineApi.cs +++ b/src/Coscine.ApiClient.Core/Api/DisciplineApi.cs @@ -48,9 +48,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves a discipline with the specified ID. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="disciplineId">The ID of the discipline.</param> /// <param name="operationIndex">Index associated with the operation.</param> @@ -61,7 +58,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves a discipline with the specified ID. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="disciplineId">The ID of the discipline.</param> @@ -71,9 +68,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves all disciplines. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> /// <param name="pageSize">The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10. (optional)</param> @@ -86,7 +80,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all disciplines. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -131,7 +125,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves a discipline with the specified ID. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="disciplineId">The ID of the discipline.</param> @@ -144,7 +138,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves a discipline with the specified ID. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="disciplineId">The ID of the discipline.</param> @@ -156,7 +150,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all disciplines. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -171,7 +165,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all disciplines. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -434,7 +428,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a discipline with the specified ID. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a discipline with the specified ID. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="disciplineId">The ID of the discipline.</param> @@ -447,7 +441,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a discipline with the specified ID. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a discipline with the specified ID. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="disciplineId">The ID of the discipline.</param> @@ -504,7 +498,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a discipline with the specified ID. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a discipline with the specified ID. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="disciplineId">The ID of the discipline.</param> @@ -518,7 +512,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a discipline with the specified ID. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a discipline with the specified ID. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="disciplineId">The ID of the discipline.</param> @@ -578,7 +572,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all disciplines. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all disciplines. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -593,7 +587,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all disciplines. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all disciplines. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -663,7 +657,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all disciplines. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all disciplines. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -679,7 +673,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all disciplines. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all disciplines. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> diff --git a/src/Coscine.ApiClient.Core/Api/HandleApi.cs b/src/Coscine.ApiClient.Core/Api/HandleApi.cs index 7e5b40a..939f741 100644 --- a/src/Coscine.ApiClient.Core/Api/HandleApi.cs +++ b/src/Coscine.ApiClient.Core/Api/HandleApi.cs @@ -48,9 +48,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves all values of a handle by its PID. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="prefix">The prefix of the PID</param> /// <param name="suffix">The suffix of the PID</param> @@ -62,7 +59,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all values of a handle by its PID. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="prefix">The prefix of the PID</param> @@ -133,7 +130,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all values of a handle by its PID. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="prefix">The prefix of the PID</param> @@ -147,7 +144,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all values of a handle by its PID. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="prefix">The prefix of the PID</param> @@ -438,7 +435,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all values of a handle by its PID. <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p> + /// Retrieves all values of a handle by its PID. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="prefix">The prefix of the PID</param> @@ -452,7 +449,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all values of a handle by its PID. <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p> + /// Retrieves all values of a handle by its PID. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="prefix">The prefix of the PID</param> @@ -523,7 +520,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all values of a handle by its PID. <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p> + /// Retrieves all values of a handle by its PID. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="prefix">The prefix of the PID</param> @@ -538,7 +535,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all values of a handle by its PID. <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p> + /// Retrieves all values of a handle by its PID. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="prefix">The prefix of the PID</param> diff --git a/src/Coscine.ApiClient.Core/Api/LanguageApi.cs b/src/Coscine.ApiClient.Core/Api/LanguageApi.cs index 49971b5..b208cd1 100644 --- a/src/Coscine.ApiClient.Core/Api/LanguageApi.cs +++ b/src/Coscine.ApiClient.Core/Api/LanguageApi.cs @@ -48,9 +48,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves a language by ID. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="languageId">The ID of the language.</param> /// <param name="operationIndex">Index associated with the operation.</param> @@ -61,7 +58,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves a language by ID. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="languageId">The ID of the language.</param> @@ -71,9 +68,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves all languages. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> /// <param name="pageSize">The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10. (optional)</param> @@ -86,7 +80,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all languages. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -131,7 +125,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves a language by ID. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="languageId">The ID of the language.</param> @@ -144,7 +138,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves a language by ID. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="languageId">The ID of the language.</param> @@ -156,7 +150,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all languages. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -171,7 +165,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all languages. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -434,7 +428,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a language by ID. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a language by ID. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="languageId">The ID of the language.</param> @@ -447,7 +441,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a language by ID. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a language by ID. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="languageId">The ID of the language.</param> @@ -504,7 +498,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a language by ID. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a language by ID. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="languageId">The ID of the language.</param> @@ -518,7 +512,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a language by ID. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a language by ID. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="languageId">The ID of the language.</param> @@ -578,7 +572,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all languages. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all languages. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -593,7 +587,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all languages. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all languages. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -663,7 +657,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all languages. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all languages. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -679,7 +673,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all languages. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all languages. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> diff --git a/src/Coscine.ApiClient.Core/Api/LicenseApi.cs b/src/Coscine.ApiClient.Core/Api/LicenseApi.cs index aafd21b..a951fac 100644 --- a/src/Coscine.ApiClient.Core/Api/LicenseApi.cs +++ b/src/Coscine.ApiClient.Core/Api/LicenseApi.cs @@ -48,9 +48,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves a license with the specified ID. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="licenseId">The ID of the license.</param> /// <param name="operationIndex">Index associated with the operation.</param> @@ -61,7 +58,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves a license with the specified ID. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="licenseId">The ID of the license.</param> @@ -71,9 +68,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves all licenses. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> /// <param name="pageSize">The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10. (optional)</param> @@ -86,7 +80,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all licenses. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -131,7 +125,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves a license with the specified ID. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="licenseId">The ID of the license.</param> @@ -144,7 +138,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves a license with the specified ID. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="licenseId">The ID of the license.</param> @@ -156,7 +150,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all licenses. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -171,7 +165,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all licenses. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -434,7 +428,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a license with the specified ID. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a license with the specified ID. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="licenseId">The ID of the license.</param> @@ -447,7 +441,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a license with the specified ID. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a license with the specified ID. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="licenseId">The ID of the license.</param> @@ -504,7 +498,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a license with the specified ID. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a license with the specified ID. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="licenseId">The ID of the license.</param> @@ -518,7 +512,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a license with the specified ID. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a license with the specified ID. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="licenseId">The ID of the license.</param> @@ -578,7 +572,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all licenses. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all licenses. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -593,7 +587,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all licenses. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all licenses. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -663,7 +657,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all licenses. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all licenses. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -679,7 +673,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all licenses. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all licenses. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> diff --git a/src/Coscine.ApiClient.Core/Api/MaintenanceApi.cs b/src/Coscine.ApiClient.Core/Api/MaintenanceApi.cs index 640c2d0..7c1268b 100644 --- a/src/Coscine.ApiClient.Core/Api/MaintenanceApi.cs +++ b/src/Coscine.ApiClient.Core/Api/MaintenanceApi.cs @@ -48,9 +48,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves the current maintenance messages. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="operationIndex">Index associated with the operation.</param> /// <returns>MaintenanceDtoPagedResponse</returns> @@ -60,7 +57,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves the current maintenance messages. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="operationIndex">Index associated with the operation.</param> @@ -102,7 +99,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves the current maintenance messages. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="operationIndex">Index associated with the operation.</param> @@ -114,7 +111,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves the current maintenance messages. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="operationIndex">Index associated with the operation.</param> @@ -374,7 +371,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the current maintenance messages. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the current maintenance messages. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="operationIndex">Index associated with the operation.</param> @@ -386,7 +383,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the current maintenance messages. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the current maintenance messages. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="operationIndex">Index associated with the operation.</param> @@ -441,7 +438,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the current maintenance messages. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the current maintenance messages. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="operationIndex">Index associated with the operation.</param> @@ -454,7 +451,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the current maintenance messages. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the current maintenance messages. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="operationIndex">Index associated with the operation.</param> diff --git a/src/Coscine.ApiClient.Core/Api/OrganizationApi.cs b/src/Coscine.ApiClient.Core/Api/OrganizationApi.cs index b146348..f641028 100644 --- a/src/Coscine.ApiClient.Core/Api/OrganizationApi.cs +++ b/src/Coscine.ApiClient.Core/Api/OrganizationApi.cs @@ -48,9 +48,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves an organization. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="organizationRorUri">The parameters for organization filtering and pagination.</param> /// <param name="operationIndex">Index associated with the operation.</param> @@ -61,7 +58,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves an organization. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="organizationRorUri">The parameters for organization filtering and pagination.</param> @@ -71,9 +68,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves all organizations. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="searchTerm">Gets or sets the search term used to filter organizations. (optional)</param> /// <param name="filterByPublicationService">Gets or sets the option to find only organizations having the publication service set. (optional)</param> @@ -88,7 +82,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all organizations. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="searchTerm">Gets or sets the search term used to filter organizations. (optional)</param> @@ -135,7 +129,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves an organization. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="organizationRorUri">The parameters for organization filtering and pagination.</param> @@ -148,7 +142,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves an organization. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="organizationRorUri">The parameters for organization filtering and pagination.</param> @@ -160,7 +154,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all organizations. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="searchTerm">Gets or sets the search term used to filter organizations. (optional)</param> @@ -177,7 +171,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all organizations. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="searchTerm">Gets or sets the search term used to filter organizations. (optional)</param> @@ -442,7 +436,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves an organization. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves an organization. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="organizationRorUri">The parameters for organization filtering and pagination.</param> @@ -455,7 +449,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves an organization. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves an organization. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="organizationRorUri">The parameters for organization filtering and pagination.</param> @@ -518,7 +512,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves an organization. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves an organization. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="organizationRorUri">The parameters for organization filtering and pagination.</param> @@ -532,7 +526,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves an organization. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves an organization. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="organizationRorUri">The parameters for organization filtering and pagination.</param> @@ -598,7 +592,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all organizations. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all organizations. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="searchTerm">Gets or sets the search term used to filter organizations. (optional)</param> @@ -615,7 +609,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all organizations. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all organizations. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="searchTerm">Gets or sets the search term used to filter organizations. (optional)</param> @@ -695,7 +689,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all organizations. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all organizations. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="searchTerm">Gets or sets the search term used to filter organizations. (optional)</param> @@ -713,7 +707,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all organizations. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all organizations. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="searchTerm">Gets or sets the search term used to filter organizations. (optional)</param> diff --git a/src/Coscine.ApiClient.Core/Api/PidApi.cs b/src/Coscine.ApiClient.Core/Api/PidApi.cs index cba7fbc..900a008 100644 --- a/src/Coscine.ApiClient.Core/Api/PidApi.cs +++ b/src/Coscine.ApiClient.Core/Api/PidApi.cs @@ -48,9 +48,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves the Persistent Identifier (PID) for a given prefix and suffix. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="prefix">The PID prefix. Limited to the values provided by the API.</param> /// <param name="suffix">The PID suffix of a project or a resource, represented as a GUID.</param> @@ -62,7 +59,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves the Persistent Identifier (PID) for a given prefix and suffix. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="prefix">The PID prefix. Limited to the values provided by the API.</param> @@ -106,9 +103,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Sends an inquiry to the owner of the given PID. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="prefix">The PID prefix of a project or a resource to validate</param> /// <param name="suffix">The PID body of a project or a resource to validate</param> @@ -121,7 +115,7 @@ namespace Coscine.ApiClient.Core.Api /// Sends an inquiry to the owner of the given PID. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="prefix">The PID prefix of a project or a resource to validate</param> @@ -166,7 +160,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves the Persistent Identifier (PID) for a given prefix and suffix. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="prefix">The PID prefix. Limited to the values provided by the API.</param> @@ -180,7 +174,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves the Persistent Identifier (PID) for a given prefix and suffix. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="prefix">The PID prefix. Limited to the values provided by the API.</param> @@ -228,7 +222,7 @@ namespace Coscine.ApiClient.Core.Api /// Sends an inquiry to the owner of the given PID. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="prefix">The PID prefix of a project or a resource to validate</param> @@ -243,7 +237,7 @@ namespace Coscine.ApiClient.Core.Api /// Sends an inquiry to the owner of the given PID. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="prefix">The PID prefix of a project or a resource to validate</param> @@ -506,7 +500,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the Persistent Identifier (PID) for a given prefix and suffix. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the Persistent Identifier (PID) for a given prefix and suffix. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="prefix">The PID prefix. Limited to the values provided by the API.</param> @@ -520,7 +514,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the Persistent Identifier (PID) for a given prefix and suffix. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the Persistent Identifier (PID) for a given prefix and suffix. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="prefix">The PID prefix. Limited to the values provided by the API.</param> @@ -585,7 +579,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the Persistent Identifier (PID) for a given prefix and suffix. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the Persistent Identifier (PID) for a given prefix and suffix. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="prefix">The PID prefix. Limited to the values provided by the API.</param> @@ -600,7 +594,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the Persistent Identifier (PID) for a given prefix and suffix. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the Persistent Identifier (PID) for a given prefix and suffix. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="prefix">The PID prefix. Limited to the values provided by the API.</param> @@ -878,7 +872,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Sends an inquiry to the owner of the given PID. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Sends an inquiry to the owner of the given PID. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="prefix">The PID prefix of a project or a resource to validate</param> @@ -892,7 +886,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Sends an inquiry to the owner of the given PID. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Sends an inquiry to the owner of the given PID. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="prefix">The PID prefix of a project or a resource to validate</param> @@ -960,7 +954,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Sends an inquiry to the owner of the given PID. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Sends an inquiry to the owner of the given PID. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="prefix">The PID prefix of a project or a resource to validate</param> @@ -975,7 +969,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Sends an inquiry to the owner of the given PID. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Sends an inquiry to the owner of the given PID. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="prefix">The PID prefix of a project or a resource to validate</param> diff --git a/src/Coscine.ApiClient.Core/Api/ProjectApi.cs b/src/Coscine.ApiClient.Core/Api/ProjectApi.cs index 646567d..c4f7bbf 100644 --- a/src/Coscine.ApiClient.Core/Api/ProjectApi.cs +++ b/src/Coscine.ApiClient.Core/Api/ProjectApi.cs @@ -48,9 +48,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Creates a new project. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectForCreationDto">The project data for creation. (optional)</param> /// <param name="operationIndex">Index associated with the operation.</param> @@ -61,7 +58,7 @@ namespace Coscine.ApiClient.Core.Api /// Creates a new project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectForCreationDto">The project data for creation. (optional)</param> @@ -71,9 +68,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Deletes a project. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The ID of the project.</param> /// <param name="operationIndex">Index associated with the operation.</param> @@ -84,7 +78,7 @@ namespace Coscine.ApiClient.Core.Api /// Deletes a project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The ID of the project.</param> @@ -94,9 +88,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves a project. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The ID of the project.</param> /// <param name="includeSubProjects">Gets or sets a value indicating whether to include sub-projects in the retrieval. (optional)</param> @@ -108,7 +99,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves a project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The ID of the project.</param> @@ -119,9 +110,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves all projects. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="includeOrganizations">Gets or sets a value indicating whether to retrieve the organizations. (optional)</param> /// <param name="topLevel">Gets or sets a value indicating whether to retrieve only top-level projects. (optional)</param> @@ -136,7 +124,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all projects. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="includeOrganizations">Gets or sets a value indicating whether to retrieve the organizations. (optional)</param> @@ -150,9 +138,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Updates a project. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The ID of the project.</param> /// <param name="projectForUpdateDto">The updated project data. (optional)</param> @@ -164,7 +149,7 @@ namespace Coscine.ApiClient.Core.Api /// Updates a project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The ID of the project.</param> @@ -208,7 +193,7 @@ namespace Coscine.ApiClient.Core.Api /// Creates a new project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectForCreationDto">The project data for creation. (optional)</param> @@ -221,7 +206,7 @@ namespace Coscine.ApiClient.Core.Api /// Creates a new project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectForCreationDto">The project data for creation. (optional)</param> @@ -233,7 +218,7 @@ namespace Coscine.ApiClient.Core.Api /// Deletes a project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The ID of the project.</param> @@ -246,7 +231,7 @@ namespace Coscine.ApiClient.Core.Api /// Deletes a project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The ID of the project.</param> @@ -258,7 +243,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves a project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The ID of the project.</param> @@ -272,7 +257,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves a project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The ID of the project.</param> @@ -285,7 +270,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all projects. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="includeOrganizations">Gets or sets a value indicating whether to retrieve the organizations. (optional)</param> @@ -302,7 +287,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all projects. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="includeOrganizations">Gets or sets a value indicating whether to retrieve the organizations. (optional)</param> @@ -318,7 +303,7 @@ namespace Coscine.ApiClient.Core.Api /// Updates a project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The ID of the project.</param> @@ -332,7 +317,7 @@ namespace Coscine.ApiClient.Core.Api /// Updates a project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The ID of the project.</param> @@ -594,7 +579,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Creates a new project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Creates a new project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectForCreationDto">The project data for creation. (optional)</param> @@ -607,7 +592,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Creates a new project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Creates a new project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectForCreationDto">The project data for creation. (optional)</param> @@ -667,7 +652,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Creates a new project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Creates a new project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectForCreationDto">The project data for creation. (optional)</param> @@ -681,7 +666,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Creates a new project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Creates a new project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectForCreationDto">The project data for creation. (optional)</param> @@ -744,7 +729,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Deletes a project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Deletes a project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The ID of the project.</param> @@ -756,7 +741,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Deletes a project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Deletes a project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The ID of the project.</param> @@ -817,7 +802,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Deletes a project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Deletes a project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The ID of the project.</param> @@ -830,7 +815,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Deletes a project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Deletes a project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The ID of the project.</param> @@ -894,7 +879,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The ID of the project.</param> @@ -908,7 +893,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The ID of the project.</param> @@ -976,7 +961,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The ID of the project.</param> @@ -991,7 +976,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The ID of the project.</param> @@ -1062,7 +1047,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all projects. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all projects. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="includeOrganizations">Gets or sets a value indicating whether to retrieve the organizations. (optional)</param> @@ -1079,7 +1064,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all projects. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all projects. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="includeOrganizations">Gets or sets a value indicating whether to retrieve the organizations. (optional)</param> @@ -1159,7 +1144,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all projects. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all projects. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="includeOrganizations">Gets or sets a value indicating whether to retrieve the organizations. (optional)</param> @@ -1177,7 +1162,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all projects. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all projects. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="includeOrganizations">Gets or sets a value indicating whether to retrieve the organizations. (optional)</param> @@ -1260,7 +1245,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Updates a project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Updates a project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The ID of the project.</param> @@ -1273,7 +1258,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Updates a project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Updates a project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The ID of the project.</param> @@ -1339,7 +1324,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Updates a project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Updates a project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The ID of the project.</param> @@ -1353,7 +1338,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Updates a project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Updates a project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The ID of the project.</param> diff --git a/src/Coscine.ApiClient.Core/Api/ProjectInvitationApi.cs b/src/Coscine.ApiClient.Core/Api/ProjectInvitationApi.cs index cd3c07b..69c2825 100644 --- a/src/Coscine.ApiClient.Core/Api/ProjectInvitationApi.cs +++ b/src/Coscine.ApiClient.Core/Api/ProjectInvitationApi.cs @@ -50,9 +50,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Creates a project invitation for a specified project. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> /// <param name="projectInvitationForProjectManipulationDto">The project invitation data for creation. (optional)</param> @@ -64,7 +61,7 @@ namespace Coscine.ApiClient.Core.Api /// Creates a project invitation for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -75,9 +72,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Deletes a project invitation for a specified project. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> /// <param name="projectInvitationId">The ID of the project invitation to delete.</param> @@ -89,7 +83,7 @@ namespace Coscine.ApiClient.Core.Api /// Deletes a project invitation for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -100,9 +94,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves a project invitation for a specified project. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> /// <param name="projectInvitationId">The ID of the project invitation to retrieve.</param> @@ -114,7 +105,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves a project invitation for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -125,9 +116,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves all project invitations for a specified project. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -141,7 +129,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all project invitations for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -189,7 +177,7 @@ namespace Coscine.ApiClient.Core.Api /// Creates a project invitation for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -203,7 +191,7 @@ namespace Coscine.ApiClient.Core.Api /// Creates a project invitation for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -216,7 +204,7 @@ namespace Coscine.ApiClient.Core.Api /// Deletes a project invitation for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -230,7 +218,7 @@ namespace Coscine.ApiClient.Core.Api /// Deletes a project invitation for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -243,7 +231,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves a project invitation for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -257,7 +245,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves a project invitation for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -270,7 +258,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all project invitations for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -286,7 +274,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all project invitations for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -568,7 +556,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Creates a project invitation for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Creates a project invitation for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -582,7 +570,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Creates a project invitation for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Creates a project invitation for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -650,7 +638,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Creates a project invitation for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Creates a project invitation for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -665,7 +653,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Creates a project invitation for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Creates a project invitation for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -736,7 +724,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Deletes a project invitation for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Deletes a project invitation for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -749,7 +737,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Deletes a project invitation for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Deletes a project invitation for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -812,7 +800,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Deletes a project invitation for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Deletes a project invitation for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -826,7 +814,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Deletes a project invitation for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Deletes a project invitation for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -892,7 +880,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a project invitation for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a project invitation for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -906,7 +894,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a project invitation for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a project invitation for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -971,7 +959,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a project invitation for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a project invitation for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -986,7 +974,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a project invitation for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a project invitation for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -1054,7 +1042,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all project invitations for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all project invitations for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -1070,7 +1058,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all project invitations for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all project invitations for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -1148,7 +1136,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all project invitations for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all project invitations for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -1165,7 +1153,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all project invitations for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all project invitations for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> diff --git a/src/Coscine.ApiClient.Core/Api/ProjectMemberApi.cs b/src/Coscine.ApiClient.Core/Api/ProjectMemberApi.cs index 99c0e64..febaf2a 100644 --- a/src/Coscine.ApiClient.Core/Api/ProjectMemberApi.cs +++ b/src/Coscine.ApiClient.Core/Api/ProjectMemberApi.cs @@ -30,9 +30,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Creates a project membership for a specified project. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> /// <param name="projectRoleForProjectCreationDto">The project membership data for creation. (optional)</param> @@ -44,7 +41,7 @@ namespace Coscine.ApiClient.Core.Api /// Creates a project membership for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -75,9 +72,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Deletes a project membership for a specified project. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> /// <param name="membershipId">The ID of the project membership to delete.</param> @@ -89,7 +83,7 @@ namespace Coscine.ApiClient.Core.Api /// Deletes a project membership for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -100,9 +94,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves a project membership for a specified project. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> /// <param name="membershipId">The ID of the project membership to retrieve.</param> @@ -114,7 +105,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves a project membership for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -125,9 +116,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves all project memberships for a specified project. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -141,7 +129,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all project memberships for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -154,9 +142,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Updates a project membership for a specified project. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> /// <param name="membershipId">The ID of the project membership to update.</param> @@ -169,7 +154,7 @@ namespace Coscine.ApiClient.Core.Api /// Updates a project membership for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -191,7 +176,7 @@ namespace Coscine.ApiClient.Core.Api /// Creates a project membership for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -205,7 +190,7 @@ namespace Coscine.ApiClient.Core.Api /// Creates a project membership for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -243,7 +228,7 @@ namespace Coscine.ApiClient.Core.Api /// Deletes a project membership for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -257,7 +242,7 @@ namespace Coscine.ApiClient.Core.Api /// Deletes a project membership for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -270,7 +255,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves a project membership for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -284,7 +269,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves a project membership for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -297,7 +282,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all project memberships for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -313,7 +298,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all project memberships for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -328,7 +313,7 @@ namespace Coscine.ApiClient.Core.Api /// Updates a project membership for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -343,7 +328,7 @@ namespace Coscine.ApiClient.Core.Api /// Updates a project membership for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -474,7 +459,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Creates a project membership for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Creates a project membership for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -488,7 +473,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Creates a project membership for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Creates a project membership for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -556,7 +541,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Creates a project membership for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Creates a project membership for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -571,7 +556,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Creates a project membership for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Creates a project membership for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -792,7 +777,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Deletes a project membership for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Deletes a project membership for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -805,7 +790,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Deletes a project membership for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Deletes a project membership for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -868,7 +853,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Deletes a project membership for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Deletes a project membership for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -882,7 +867,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Deletes a project membership for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Deletes a project membership for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -948,7 +933,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a project membership for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a project membership for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -962,7 +947,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a project membership for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a project membership for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -1027,7 +1012,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a project membership for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a project membership for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -1042,7 +1027,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a project membership for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a project membership for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -1110,7 +1095,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all project memberships for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all project memberships for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -1126,7 +1111,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all project memberships for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all project memberships for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -1204,7 +1189,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all project memberships for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all project memberships for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -1221,7 +1206,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all project memberships for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all project memberships for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -1302,7 +1287,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Updates a project membership for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Updates a project membership for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -1316,7 +1301,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Updates a project membership for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Updates a project membership for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -1384,7 +1369,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Updates a project membership for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Updates a project membership for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -1399,7 +1384,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Updates a project membership for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Updates a project membership for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> diff --git a/src/Coscine.ApiClient.Core/Api/ProjectPublicationRequestApi.cs b/src/Coscine.ApiClient.Core/Api/ProjectPublicationRequestApi.cs index bb83b29..3b6f1fc 100644 --- a/src/Coscine.ApiClient.Core/Api/ProjectPublicationRequestApi.cs +++ b/src/Coscine.ApiClient.Core/Api/ProjectPublicationRequestApi.cs @@ -50,9 +50,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Creates a new publication request. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> /// <param name="publicationRequestForCreationDto">The publication request data for creation. (optional)</param> @@ -64,7 +61,7 @@ namespace Coscine.ApiClient.Core.Api /// Creates a new publication request. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -110,7 +107,7 @@ namespace Coscine.ApiClient.Core.Api /// Creates a new publication request. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -124,7 +121,7 @@ namespace Coscine.ApiClient.Core.Api /// Creates a new publication request. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -404,7 +401,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Creates a new publication request. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Creates a new publication request. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -418,7 +415,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Creates a new publication request. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Creates a new publication request. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -486,7 +483,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Creates a new publication request. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Creates a new publication request. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -501,7 +498,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Creates a new publication request. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Creates a new publication request. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> diff --git a/src/Coscine.ApiClient.Core/Api/ProjectQuotaApi.cs b/src/Coscine.ApiClient.Core/Api/ProjectQuotaApi.cs index 9e02f18..b94ae8d 100644 --- a/src/Coscine.ApiClient.Core/Api/ProjectQuotaApi.cs +++ b/src/Coscine.ApiClient.Core/Api/ProjectQuotaApi.cs @@ -50,9 +50,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves a project quota for a specified project and resource type. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> /// <param name="resourceTypeId">The ID of the resource type.</param> @@ -64,7 +61,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves a project quota for a specified project and resource type. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -75,9 +72,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves all project quotas for a specified project. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -91,7 +85,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all project quotas for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -104,9 +98,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Updates a project quota for a specified project and resource type. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> /// <param name="resourceTypeId">The ID of the resource type.</param> @@ -119,7 +110,7 @@ namespace Coscine.ApiClient.Core.Api /// Updates a project quota for a specified project and resource type. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -166,7 +157,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves a project quota for a specified project and resource type. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -180,7 +171,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves a project quota for a specified project and resource type. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -193,7 +184,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all project quotas for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -209,7 +200,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all project quotas for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -224,7 +215,7 @@ namespace Coscine.ApiClient.Core.Api /// Updates a project quota for a specified project and resource type. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -239,7 +230,7 @@ namespace Coscine.ApiClient.Core.Api /// Updates a project quota for a specified project and resource type. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -520,7 +511,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a project quota for a specified project and resource type. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a project quota for a specified project and resource type. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -534,7 +525,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a project quota for a specified project and resource type. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a project quota for a specified project and resource type. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -599,7 +590,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a project quota for a specified project and resource type. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a project quota for a specified project and resource type. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -614,7 +605,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a project quota for a specified project and resource type. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a project quota for a specified project and resource type. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -682,7 +673,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all project quotas for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all project quotas for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -698,7 +689,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all project quotas for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all project quotas for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -776,7 +767,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all project quotas for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all project quotas for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -793,7 +784,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all project quotas for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all project quotas for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -874,7 +865,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Updates a project quota for a specified project and resource type. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Updates a project quota for a specified project and resource type. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -888,7 +879,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Updates a project quota for a specified project and resource type. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Updates a project quota for a specified project and resource type. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -956,7 +947,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Updates a project quota for a specified project and resource type. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Updates a project quota for a specified project and resource type. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -971,7 +962,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Updates a project quota for a specified project and resource type. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Updates a project quota for a specified project and resource type. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> diff --git a/src/Coscine.ApiClient.Core/Api/ProjectResourceApi.cs b/src/Coscine.ApiClient.Core/Api/ProjectResourceApi.cs index 19fdd0c..d03ff31 100644 --- a/src/Coscine.ApiClient.Core/Api/ProjectResourceApi.cs +++ b/src/Coscine.ApiClient.Core/Api/ProjectResourceApi.cs @@ -50,9 +50,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Creates a new resource for a specified project. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> /// <param name="resourceForCreationDto">The resource data for creation. (optional)</param> @@ -64,7 +61,7 @@ namespace Coscine.ApiClient.Core.Api /// Creates a new resource for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -75,9 +72,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Deletes a resource for a specified project. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> /// <param name="resourceId">The ID of the resource to delete.</param> @@ -89,7 +83,7 @@ namespace Coscine.ApiClient.Core.Api /// Deletes a resource for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -100,9 +94,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves a resource for a specified project. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> /// <param name="resourceId">The ID of the resource to retrieve.</param> @@ -114,7 +105,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves a resource for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -125,9 +116,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves all resources for a specified project. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -141,7 +129,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all resources for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -154,9 +142,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Updates a resource for a specified project. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> /// <param name="resourceId">The ID of the resource to update.</param> @@ -169,7 +154,7 @@ namespace Coscine.ApiClient.Core.Api /// Updates a resource for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -216,7 +201,7 @@ namespace Coscine.ApiClient.Core.Api /// Creates a new resource for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -230,7 +215,7 @@ namespace Coscine.ApiClient.Core.Api /// Creates a new resource for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -243,7 +228,7 @@ namespace Coscine.ApiClient.Core.Api /// Deletes a resource for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -257,7 +242,7 @@ namespace Coscine.ApiClient.Core.Api /// Deletes a resource for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -270,7 +255,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves a resource for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -284,7 +269,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves a resource for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -297,7 +282,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all resources for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -313,7 +298,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all resources for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -328,7 +313,7 @@ namespace Coscine.ApiClient.Core.Api /// Updates a resource for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -343,7 +328,7 @@ namespace Coscine.ApiClient.Core.Api /// Updates a resource for a specified project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -624,7 +609,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Creates a new resource for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Creates a new resource for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -638,7 +623,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Creates a new resource for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Creates a new resource for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -706,7 +691,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Creates a new resource for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Creates a new resource for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -721,7 +706,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Creates a new resource for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Creates a new resource for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -792,7 +777,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Deletes a resource for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Deletes a resource for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -805,7 +790,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Deletes a resource for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Deletes a resource for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -868,7 +853,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Deletes a resource for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Deletes a resource for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -882,7 +867,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Deletes a resource for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Deletes a resource for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -948,7 +933,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a resource for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a resource for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -962,7 +947,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a resource for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a resource for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -1027,7 +1012,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a resource for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a resource for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -1042,7 +1027,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a resource for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a resource for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -1110,7 +1095,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all resources for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all resources for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -1126,7 +1111,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all resources for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all resources for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -1204,7 +1189,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all resources for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all resources for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -1221,7 +1206,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all resources for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all resources for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -1302,7 +1287,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Updates a resource for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Updates a resource for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -1316,7 +1301,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Updates a resource for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Updates a resource for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -1384,7 +1369,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Updates a resource for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Updates a resource for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -1399,7 +1384,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Updates a resource for a specified project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Updates a resource for a specified project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> diff --git a/src/Coscine.ApiClient.Core/Api/ProjectResourceQuotaApi.cs b/src/Coscine.ApiClient.Core/Api/ProjectResourceQuotaApi.cs index b66df6f..25901cb 100644 --- a/src/Coscine.ApiClient.Core/Api/ProjectResourceQuotaApi.cs +++ b/src/Coscine.ApiClient.Core/Api/ProjectResourceQuotaApi.cs @@ -52,9 +52,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves the resource quota for a specific resource in a project. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> /// <param name="resourceId">The ID of the resource.</param> @@ -66,7 +63,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves the resource quota for a specific resource in a project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -114,7 +111,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves the resource quota for a specific resource in a project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -128,7 +125,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves the resource quota for a specific resource in a project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -426,7 +423,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the resource quota for a specific resource in a project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the resource quota for a specific resource in a project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -440,7 +437,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the resource quota for a specific resource in a project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the resource quota for a specific resource in a project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -505,7 +502,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the resource quota for a specific resource in a project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the resource quota for a specific resource in a project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -520,7 +517,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the resource quota for a specific resource in a project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the resource quota for a specific resource in a project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> diff --git a/src/Coscine.ApiClient.Core/Api/ProjectResourceTypeApi.cs b/src/Coscine.ApiClient.Core/Api/ProjectResourceTypeApi.cs index 4b854cd..78593e8 100644 --- a/src/Coscine.ApiClient.Core/Api/ProjectResourceTypeApi.cs +++ b/src/Coscine.ApiClient.Core/Api/ProjectResourceTypeApi.cs @@ -50,9 +50,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves the available resource types information for a specific project. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> /// <param name="operationIndex">Index associated with the operation.</param> @@ -63,7 +60,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves the available resource types information for a specific project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -108,7 +105,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves the available resource types information for a specific project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -121,7 +118,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves the available resource types information for a specific project. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -400,7 +397,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the available resource types information for a specific project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the available resource types information for a specific project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -413,7 +410,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the available resource types information for a specific project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the available resource types information for a specific project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -476,7 +473,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the available resource types information for a specific project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the available resource types information for a specific project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> @@ -490,7 +487,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the available resource types information for a specific project. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the available resource types information for a specific project. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The Id or slug of the project.</param> diff --git a/src/Coscine.ApiClient.Core/Api/ProvenanceApi.cs b/src/Coscine.ApiClient.Core/Api/ProvenanceApi.cs index 29cf07d..e4fac45 100644 --- a/src/Coscine.ApiClient.Core/Api/ProvenanceApi.cs +++ b/src/Coscine.ApiClient.Core/Api/ProvenanceApi.cs @@ -52,9 +52,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves the specific provenance information associated with a resource. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The unique identifier or slug of the project.</param> /// <param name="resourceId">The unique identifier of the resource.</param> @@ -68,7 +65,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves the specific provenance information associated with a resource. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The unique identifier or slug of the project.</param> @@ -145,7 +142,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves the specific provenance information associated with a resource. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The unique identifier or slug of the project.</param> @@ -161,7 +158,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves the specific provenance information associated with a resource. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The unique identifier or slug of the project.</param> @@ -490,7 +487,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the specific provenance information associated with a resource. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the specific provenance information associated with a resource. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The unique identifier or slug of the project.</param> @@ -506,7 +503,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the specific provenance information associated with a resource. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the specific provenance information associated with a resource. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The unique identifier or slug of the project.</param> @@ -584,7 +581,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the specific provenance information associated with a resource. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the specific provenance information associated with a resource. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The unique identifier or slug of the project.</param> @@ -601,7 +598,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the specific provenance information associated with a resource. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the specific provenance information associated with a resource. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The unique identifier or slug of the project.</param> diff --git a/src/Coscine.ApiClient.Core/Api/ResourceApi.cs b/src/Coscine.ApiClient.Core/Api/ResourceApi.cs index e747519..3af8243 100644 --- a/src/Coscine.ApiClient.Core/Api/ResourceApi.cs +++ b/src/Coscine.ApiClient.Core/Api/ResourceApi.cs @@ -48,9 +48,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves a resource by its ID. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="resourceId">The ID of the resource to retrieve.</param> /// <param name="operationIndex">Index associated with the operation.</param> @@ -61,7 +58,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves a resource by its ID. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="resourceId">The ID of the resource to retrieve.</param> @@ -104,7 +101,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves a resource by its ID. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="resourceId">The ID of the resource to retrieve.</param> @@ -117,7 +114,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves a resource by its ID. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="resourceId">The ID of the resource to retrieve.</param> @@ -378,7 +375,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a resource by its ID. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a resource by its ID. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="resourceId">The ID of the resource to retrieve.</param> @@ -391,7 +388,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a resource by its ID. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a resource by its ID. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="resourceId">The ID of the resource to retrieve.</param> @@ -448,7 +445,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a resource by its ID. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a resource by its ID. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="resourceId">The ID of the resource to retrieve.</param> @@ -462,7 +459,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a resource by its ID. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a resource by its ID. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="resourceId">The ID of the resource to retrieve.</param> diff --git a/src/Coscine.ApiClient.Core/Api/ResourceTypeApi.cs b/src/Coscine.ApiClient.Core/Api/ResourceTypeApi.cs index 956c932..5c050b4 100644 --- a/src/Coscine.ApiClient.Core/Api/ResourceTypeApi.cs +++ b/src/Coscine.ApiClient.Core/Api/ResourceTypeApi.cs @@ -48,9 +48,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves all branches of a GitLab project, that the user is a member of, based on the provided credentials. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="gitlabProjectId">The ID of the GitLab project.</param> /// <param name="domain">Domain/Host of the GitLab Provider.</param> @@ -63,7 +60,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all branches of a GitLab project, that the user is a member of, based on the provided credentials. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="gitlabProjectId">The ID of the GitLab project.</param> @@ -75,9 +72,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves all GitLab projects, that the user is a member of, based on the provided credentials. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="domain">Domain/Host of the GitLab Provider.</param> /// <param name="accessToken">GitLab Project or Group Access Token.</param> @@ -89,7 +83,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all GitLab projects, that the user is a member of, based on the provided credentials. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="domain">Domain/Host of the GitLab Provider.</param> @@ -100,9 +94,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves the entire global resource types information. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="operationIndex">Index associated with the operation.</param> /// <returns>ResourceTypeInformationDtoIEnumerableResponse</returns> @@ -112,7 +103,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves the entire global resource types information. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="operationIndex">Index associated with the operation.</param> @@ -121,9 +112,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves a single GitLab project, that the user is a member of, based on the provided credentials. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="gitlabProjectId">The ID of the GitLab project.</param> /// <param name="domain">Domain/Host of the GitLab Provider.</param> @@ -136,7 +124,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves a single GitLab project, that the user is a member of, based on the provided credentials. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="gitlabProjectId">The ID of the GitLab project.</param> @@ -148,9 +136,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves the resource type information for a specific resource type. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="resourceTypeId">The ID of the resource type to retrieve.</param> /// <param name="operationIndex">Index associated with the operation.</param> @@ -161,7 +146,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves the resource type information for a specific resource type. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="resourceTypeId">The ID of the resource type to retrieve.</param> @@ -204,7 +189,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all branches of a GitLab project, that the user is a member of, based on the provided credentials. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="gitlabProjectId">The ID of the GitLab project.</param> @@ -219,7 +204,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all branches of a GitLab project, that the user is a member of, based on the provided credentials. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="gitlabProjectId">The ID of the GitLab project.</param> @@ -233,7 +218,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all GitLab projects, that the user is a member of, based on the provided credentials. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="domain">Domain/Host of the GitLab Provider.</param> @@ -247,7 +232,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all GitLab projects, that the user is a member of, based on the provided credentials. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="domain">Domain/Host of the GitLab Provider.</param> @@ -260,7 +245,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves the entire global resource types information. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="operationIndex">Index associated with the operation.</param> @@ -272,7 +257,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves the entire global resource types information. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="operationIndex">Index associated with the operation.</param> @@ -283,7 +268,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves a single GitLab project, that the user is a member of, based on the provided credentials. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="gitlabProjectId">The ID of the GitLab project.</param> @@ -298,7 +283,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves a single GitLab project, that the user is a member of, based on the provided credentials. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="gitlabProjectId">The ID of the GitLab project.</param> @@ -312,7 +297,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves the resource type information for a specific resource type. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="resourceTypeId">The ID of the resource type to retrieve.</param> @@ -325,7 +310,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves the resource type information for a specific resource type. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="resourceTypeId">The ID of the resource type to retrieve.</param> @@ -586,7 +571,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all branches of a GitLab project, that the user is a member of, based on the provided credentials. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all branches of a GitLab project, that the user is a member of, based on the provided credentials. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="gitlabProjectId">The ID of the GitLab project.</param> @@ -601,7 +586,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all branches of a GitLab project, that the user is a member of, based on the provided credentials. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all branches of a GitLab project, that the user is a member of, based on the provided credentials. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="gitlabProjectId">The ID of the GitLab project.</param> @@ -674,7 +659,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all branches of a GitLab project, that the user is a member of, based on the provided credentials. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all branches of a GitLab project, that the user is a member of, based on the provided credentials. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="gitlabProjectId">The ID of the GitLab project.</param> @@ -690,7 +675,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all branches of a GitLab project, that the user is a member of, based on the provided credentials. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all branches of a GitLab project, that the user is a member of, based on the provided credentials. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="gitlabProjectId">The ID of the GitLab project.</param> @@ -766,7 +751,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all GitLab projects, that the user is a member of, based on the provided credentials. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all GitLab projects, that the user is a member of, based on the provided credentials. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="domain">Domain/Host of the GitLab Provider.</param> @@ -780,7 +765,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all GitLab projects, that the user is a member of, based on the provided credentials. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all GitLab projects, that the user is a member of, based on the provided credentials. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="domain">Domain/Host of the GitLab Provider.</param> @@ -851,7 +836,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all GitLab projects, that the user is a member of, based on the provided credentials. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all GitLab projects, that the user is a member of, based on the provided credentials. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="domain">Domain/Host of the GitLab Provider.</param> @@ -866,7 +851,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all GitLab projects, that the user is a member of, based on the provided credentials. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all GitLab projects, that the user is a member of, based on the provided credentials. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="domain">Domain/Host of the GitLab Provider.</param> @@ -940,7 +925,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the entire global resource types information. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the entire global resource types information. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="operationIndex">Index associated with the operation.</param> @@ -952,7 +937,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the entire global resource types information. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the entire global resource types information. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="operationIndex">Index associated with the operation.</param> @@ -1007,7 +992,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the entire global resource types information. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the entire global resource types information. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="operationIndex">Index associated with the operation.</param> @@ -1020,7 +1005,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the entire global resource types information. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the entire global resource types information. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="operationIndex">Index associated with the operation.</param> @@ -1078,7 +1063,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a single GitLab project, that the user is a member of, based on the provided credentials. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a single GitLab project, that the user is a member of, based on the provided credentials. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="gitlabProjectId">The ID of the GitLab project.</param> @@ -1093,7 +1078,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a single GitLab project, that the user is a member of, based on the provided credentials. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a single GitLab project, that the user is a member of, based on the provided credentials. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="gitlabProjectId">The ID of the GitLab project.</param> @@ -1166,7 +1151,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a single GitLab project, that the user is a member of, based on the provided credentials. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a single GitLab project, that the user is a member of, based on the provided credentials. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="gitlabProjectId">The ID of the GitLab project.</param> @@ -1182,7 +1167,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a single GitLab project, that the user is a member of, based on the provided credentials. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a single GitLab project, that the user is a member of, based on the provided credentials. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="gitlabProjectId">The ID of the GitLab project.</param> @@ -1258,7 +1243,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the resource type information for a specific resource type. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the resource type information for a specific resource type. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="resourceTypeId">The ID of the resource type to retrieve.</param> @@ -1271,7 +1256,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the resource type information for a specific resource type. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the resource type information for a specific resource type. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="resourceTypeId">The ID of the resource type to retrieve.</param> @@ -1328,7 +1313,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the resource type information for a specific resource type. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the resource type information for a specific resource type. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="resourceTypeId">The ID of the resource type to retrieve.</param> @@ -1342,7 +1327,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the resource type information for a specific resource type. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the resource type information for a specific resource type. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="resourceTypeId">The ID of the resource type to retrieve.</param> diff --git a/src/Coscine.ApiClient.Core/Api/RoleApi.cs b/src/Coscine.ApiClient.Core/Api/RoleApi.cs index 5960fd3..f6d2493 100644 --- a/src/Coscine.ApiClient.Core/Api/RoleApi.cs +++ b/src/Coscine.ApiClient.Core/Api/RoleApi.cs @@ -48,9 +48,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves a role by ID. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="roleId">The ID of the role.</param> /// <param name="operationIndex">Index associated with the operation.</param> @@ -61,7 +58,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves a role by ID. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="roleId">The ID of the role.</param> @@ -71,9 +68,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves all roles. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> /// <param name="pageSize">The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10. (optional)</param> @@ -86,7 +80,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all roles. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -131,7 +125,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves a role by ID. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="roleId">The ID of the role.</param> @@ -144,7 +138,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves a role by ID. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="roleId">The ID of the role.</param> @@ -156,7 +150,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all roles. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -171,7 +165,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all roles. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -434,7 +428,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a role by ID. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a role by ID. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="roleId">The ID of the role.</param> @@ -447,7 +441,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a role by ID. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a role by ID. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="roleId">The ID of the role.</param> @@ -504,7 +498,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a role by ID. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a role by ID. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="roleId">The ID of the role.</param> @@ -518,7 +512,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a role by ID. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a role by ID. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="roleId">The ID of the role.</param> @@ -578,7 +572,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all roles. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all roles. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -593,7 +587,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all roles. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all roles. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -663,7 +657,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all roles. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all roles. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -679,7 +673,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all roles. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all roles. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> diff --git a/src/Coscine.ApiClient.Core/Api/SearchApi.cs b/src/Coscine.ApiClient.Core/Api/SearchApi.cs index cce6786..c326d8f 100644 --- a/src/Coscine.ApiClient.Core/Api/SearchApi.cs +++ b/src/Coscine.ApiClient.Core/Api/SearchApi.cs @@ -48,9 +48,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves a search result by given search parameters. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="query">The search query (optional)</param> /// <param name="useAdvancedSyntax">Set true for advanced Elasticsearch search syntax (optional)</param> @@ -67,7 +64,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves a search result by given search parameters. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="query">The search query (optional)</param> @@ -116,7 +113,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves a search result by given search parameters. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="query">The search query (optional)</param> @@ -135,7 +132,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves a search result by given search parameters. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="query">The search query (optional)</param> @@ -402,7 +399,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a search result by given search parameters. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a search result by given search parameters. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="query">The search query (optional)</param> @@ -421,7 +418,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a search result by given search parameters. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a search result by given search parameters. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="query">The search query (optional)</param> @@ -511,7 +508,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a search result by given search parameters. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a search result by given search parameters. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="query">The search query (optional)</param> @@ -531,7 +528,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a search result by given search parameters. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a search result by given search parameters. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="query">The search query (optional)</param> diff --git a/src/Coscine.ApiClient.Core/Api/SelfApi.cs b/src/Coscine.ApiClient.Core/Api/SelfApi.cs index ec1d82d..ec761b0 100644 --- a/src/Coscine.ApiClient.Core/Api/SelfApi.cs +++ b/src/Coscine.ApiClient.Core/Api/SelfApi.cs @@ -30,9 +30,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Accepts the current Terms Of Service for the current authenticated user. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="userTermsOfServiceAcceptDto"> (optional)</param> /// <param name="operationIndex">Index associated with the operation.</param> @@ -43,7 +40,7 @@ namespace Coscine.ApiClient.Core.Api /// Accepts the current Terms Of Service for the current authenticated user. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="userTermsOfServiceAcceptDto"> (optional)</param> @@ -71,9 +68,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Confirms the email of a user. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="confirmationToken">Gets or initializes the confirmation token for user email confirmation.</param> /// <param name="operationIndex">Index associated with the operation.</param> @@ -84,7 +78,7 @@ namespace Coscine.ApiClient.Core.Api /// Confirms the email of a user. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="confirmationToken">Gets or initializes the confirmation token for user email confirmation.</param> @@ -94,9 +88,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves the current authenticated user. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="operationIndex">Index associated with the operation.</param> /// <returns>UserDtoResponse</returns> @@ -106,7 +97,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves the current authenticated user. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="operationIndex">Index associated with the operation.</param> @@ -115,9 +106,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Initiates user merging for the current user. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="identityProvider">The identity provider from which user data is to be merged.</param> /// <param name="operationIndex">Index associated with the operation.</param> @@ -128,7 +116,7 @@ namespace Coscine.ApiClient.Core.Api /// Initiates user merging for the current user. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="identityProvider">The identity provider from which user data is to be merged.</param> @@ -138,9 +126,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Resolves a project invitation for the authenticated user. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectInvitationResolveDto">The project invitation resolve data. (optional)</param> /// <param name="operationIndex">Index associated with the operation.</param> @@ -151,7 +136,7 @@ namespace Coscine.ApiClient.Core.Api /// Resolves a project invitation for the authenticated user. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectInvitationResolveDto">The project invitation resolve data. (optional)</param> @@ -161,9 +146,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Updates the current authenticated user. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="userForUpdateDto">The updated user data. (optional)</param> /// <param name="operationIndex">Index associated with the operation.</param> @@ -174,7 +156,7 @@ namespace Coscine.ApiClient.Core.Api /// Updates the current authenticated user. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="userForUpdateDto">The updated user data. (optional)</param> @@ -194,7 +176,7 @@ namespace Coscine.ApiClient.Core.Api /// Accepts the current Terms Of Service for the current authenticated user. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="userTermsOfServiceAcceptDto"> (optional)</param> @@ -207,7 +189,7 @@ namespace Coscine.ApiClient.Core.Api /// Accepts the current Terms Of Service for the current authenticated user. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="userTermsOfServiceAcceptDto"> (optional)</param> @@ -242,7 +224,7 @@ namespace Coscine.ApiClient.Core.Api /// Confirms the email of a user. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="confirmationToken">Gets or initializes the confirmation token for user email confirmation.</param> @@ -255,7 +237,7 @@ namespace Coscine.ApiClient.Core.Api /// Confirms the email of a user. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="confirmationToken">Gets or initializes the confirmation token for user email confirmation.</param> @@ -267,7 +249,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves the current authenticated user. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="operationIndex">Index associated with the operation.</param> @@ -279,7 +261,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves the current authenticated user. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="operationIndex">Index associated with the operation.</param> @@ -290,7 +272,7 @@ namespace Coscine.ApiClient.Core.Api /// Initiates user merging for the current user. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="identityProvider">The identity provider from which user data is to be merged.</param> @@ -303,7 +285,7 @@ namespace Coscine.ApiClient.Core.Api /// Initiates user merging for the current user. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="identityProvider">The identity provider from which user data is to be merged.</param> @@ -315,7 +297,7 @@ namespace Coscine.ApiClient.Core.Api /// Resolves a project invitation for the authenticated user. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectInvitationResolveDto">The project invitation resolve data. (optional)</param> @@ -328,7 +310,7 @@ namespace Coscine.ApiClient.Core.Api /// Resolves a project invitation for the authenticated user. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectInvitationResolveDto">The project invitation resolve data. (optional)</param> @@ -340,7 +322,7 @@ namespace Coscine.ApiClient.Core.Api /// Updates the current authenticated user. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="userForUpdateDto">The updated user data. (optional)</param> @@ -353,7 +335,7 @@ namespace Coscine.ApiClient.Core.Api /// Updates the current authenticated user. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="userForUpdateDto">The updated user data. (optional)</param> @@ -482,7 +464,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Accepts the current Terms Of Service for the current authenticated user. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Accepts the current Terms Of Service for the current authenticated user. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="userTermsOfServiceAcceptDto"> (optional)</param> @@ -494,7 +476,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Accepts the current Terms Of Service for the current authenticated user. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Accepts the current Terms Of Service for the current authenticated user. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="userTermsOfServiceAcceptDto"> (optional)</param> @@ -552,7 +534,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Accepts the current Terms Of Service for the current authenticated user. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Accepts the current Terms Of Service for the current authenticated user. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="userTermsOfServiceAcceptDto"> (optional)</param> @@ -565,7 +547,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Accepts the current Terms Of Service for the current authenticated user. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Accepts the current Terms Of Service for the current authenticated user. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="userTermsOfServiceAcceptDto"> (optional)</param> @@ -758,7 +740,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Confirms the email of a user. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Confirms the email of a user. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="confirmationToken">Gets or initializes the confirmation token for user email confirmation.</param> @@ -770,7 +752,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Confirms the email of a user. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Confirms the email of a user. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="confirmationToken">Gets or initializes the confirmation token for user email confirmation.</param> @@ -825,7 +807,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Confirms the email of a user. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Confirms the email of a user. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="confirmationToken">Gets or initializes the confirmation token for user email confirmation.</param> @@ -838,7 +820,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Confirms the email of a user. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Confirms the email of a user. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="confirmationToken">Gets or initializes the confirmation token for user email confirmation.</param> @@ -896,7 +878,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the current authenticated user. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the current authenticated user. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="operationIndex">Index associated with the operation.</param> @@ -908,7 +890,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the current authenticated user. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the current authenticated user. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="operationIndex">Index associated with the operation.</param> @@ -963,7 +945,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the current authenticated user. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the current authenticated user. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="operationIndex">Index associated with the operation.</param> @@ -976,7 +958,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the current authenticated user. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the current authenticated user. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="operationIndex">Index associated with the operation.</param> @@ -1034,7 +1016,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Initiates user merging for the current user. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Initiates user merging for the current user. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="identityProvider">The identity provider from which user data is to be merged.</param> @@ -1047,7 +1029,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Initiates user merging for the current user. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Initiates user merging for the current user. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="identityProvider">The identity provider from which user data is to be merged.</param> @@ -1110,7 +1092,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Initiates user merging for the current user. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Initiates user merging for the current user. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="identityProvider">The identity provider from which user data is to be merged.</param> @@ -1124,7 +1106,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Initiates user merging for the current user. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Initiates user merging for the current user. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="identityProvider">The identity provider from which user data is to be merged.</param> @@ -1190,7 +1172,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Resolves a project invitation for the authenticated user. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Resolves a project invitation for the authenticated user. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectInvitationResolveDto">The project invitation resolve data. (optional)</param> @@ -1202,7 +1184,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Resolves a project invitation for the authenticated user. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Resolves a project invitation for the authenticated user. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectInvitationResolveDto">The project invitation resolve data. (optional)</param> @@ -1260,7 +1242,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Resolves a project invitation for the authenticated user. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Resolves a project invitation for the authenticated user. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectInvitationResolveDto">The project invitation resolve data. (optional)</param> @@ -1273,7 +1255,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Resolves a project invitation for the authenticated user. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Resolves a project invitation for the authenticated user. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectInvitationResolveDto">The project invitation resolve data. (optional)</param> @@ -1334,7 +1316,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Updates the current authenticated user. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Updates the current authenticated user. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="userForUpdateDto">The updated user data. (optional)</param> @@ -1346,7 +1328,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Updates the current authenticated user. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Updates the current authenticated user. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="userForUpdateDto">The updated user data. (optional)</param> @@ -1404,7 +1386,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Updates the current authenticated user. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Updates the current authenticated user. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="userForUpdateDto">The updated user data. (optional)</param> @@ -1417,7 +1399,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Updates the current authenticated user. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Updates the current authenticated user. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="userForUpdateDto">The updated user data. (optional)</param> diff --git a/src/Coscine.ApiClient.Core/Api/SelfApiTokenApi.cs b/src/Coscine.ApiClient.Core/Api/SelfApiTokenApi.cs index 89f938c..55dce67 100644 --- a/src/Coscine.ApiClient.Core/Api/SelfApiTokenApi.cs +++ b/src/Coscine.ApiClient.Core/Api/SelfApiTokenApi.cs @@ -48,9 +48,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Creates an API token for the current authenticated user. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="apiTokenForCreationDto">The API token data for creation. (optional)</param> /// <param name="operationIndex">Index associated with the operation.</param> @@ -61,7 +58,7 @@ namespace Coscine.ApiClient.Core.Api /// Creates an API token for the current authenticated user. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="apiTokenForCreationDto">The API token data for creation. (optional)</param> @@ -71,9 +68,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves all API tokens for the current authenticated user. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> /// <param name="pageSize">The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10. (optional)</param> @@ -86,7 +80,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all API tokens for the current authenticated user. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -98,9 +92,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves an API token for the current authenticated user. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="apiTokenId">The ID of the token.</param> /// <param name="operationIndex">Index associated with the operation.</param> @@ -111,7 +102,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves an API token for the current authenticated user. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="apiTokenId">The ID of the token.</param> @@ -121,9 +112,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Revokes an API token for the current authenticated user. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="apiTokenId">The ID of the token.</param> /// <param name="operationIndex">Index associated with the operation.</param> @@ -134,7 +122,7 @@ namespace Coscine.ApiClient.Core.Api /// Revokes an API token for the current authenticated user. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="apiTokenId">The ID of the token.</param> @@ -177,7 +165,7 @@ namespace Coscine.ApiClient.Core.Api /// Creates an API token for the current authenticated user. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="apiTokenForCreationDto">The API token data for creation. (optional)</param> @@ -190,7 +178,7 @@ namespace Coscine.ApiClient.Core.Api /// Creates an API token for the current authenticated user. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="apiTokenForCreationDto">The API token data for creation. (optional)</param> @@ -202,7 +190,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all API tokens for the current authenticated user. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -217,7 +205,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all API tokens for the current authenticated user. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -231,7 +219,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves an API token for the current authenticated user. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="apiTokenId">The ID of the token.</param> @@ -244,7 +232,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves an API token for the current authenticated user. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="apiTokenId">The ID of the token.</param> @@ -256,7 +244,7 @@ namespace Coscine.ApiClient.Core.Api /// Revokes an API token for the current authenticated user. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="apiTokenId">The ID of the token.</param> @@ -269,7 +257,7 @@ namespace Coscine.ApiClient.Core.Api /// Revokes an API token for the current authenticated user. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="apiTokenId">The ID of the token.</param> @@ -530,7 +518,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Creates an API token for the current authenticated user. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Creates an API token for the current authenticated user. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="apiTokenForCreationDto">The API token data for creation. (optional)</param> @@ -543,7 +531,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Creates an API token for the current authenticated user. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Creates an API token for the current authenticated user. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="apiTokenForCreationDto">The API token data for creation. (optional)</param> @@ -603,7 +591,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Creates an API token for the current authenticated user. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Creates an API token for the current authenticated user. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="apiTokenForCreationDto">The API token data for creation. (optional)</param> @@ -617,7 +605,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Creates an API token for the current authenticated user. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Creates an API token for the current authenticated user. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="apiTokenForCreationDto">The API token data for creation. (optional)</param> @@ -680,7 +668,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all API tokens for the current authenticated user. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all API tokens for the current authenticated user. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -695,7 +683,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all API tokens for the current authenticated user. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all API tokens for the current authenticated user. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -765,7 +753,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all API tokens for the current authenticated user. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all API tokens for the current authenticated user. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -781,7 +769,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all API tokens for the current authenticated user. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all API tokens for the current authenticated user. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -854,7 +842,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves an API token for the current authenticated user. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves an API token for the current authenticated user. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="apiTokenId">The ID of the token.</param> @@ -867,7 +855,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves an API token for the current authenticated user. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves an API token for the current authenticated user. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="apiTokenId">The ID of the token.</param> @@ -924,7 +912,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves an API token for the current authenticated user. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves an API token for the current authenticated user. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="apiTokenId">The ID of the token.</param> @@ -938,7 +926,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves an API token for the current authenticated user. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves an API token for the current authenticated user. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="apiTokenId">The ID of the token.</param> @@ -998,7 +986,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Revokes an API token for the current authenticated user. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Revokes an API token for the current authenticated user. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="apiTokenId">The ID of the token.</param> @@ -1010,7 +998,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Revokes an API token for the current authenticated user. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Revokes an API token for the current authenticated user. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="apiTokenId">The ID of the token.</param> @@ -1065,7 +1053,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Revokes an API token for the current authenticated user. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Revokes an API token for the current authenticated user. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="apiTokenId">The ID of the token.</param> @@ -1078,7 +1066,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Revokes an API token for the current authenticated user. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Revokes an API token for the current authenticated user. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="apiTokenId">The ID of the token.</param> diff --git a/src/Coscine.ApiClient.Core/Api/TitleApi.cs b/src/Coscine.ApiClient.Core/Api/TitleApi.cs index 3f9d32b..814a28a 100644 --- a/src/Coscine.ApiClient.Core/Api/TitleApi.cs +++ b/src/Coscine.ApiClient.Core/Api/TitleApi.cs @@ -48,9 +48,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves a title by ID. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="titleId">The ID of the title.</param> /// <param name="operationIndex">Index associated with the operation.</param> @@ -61,7 +58,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves a title by ID. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="titleId">The ID of the title.</param> @@ -71,9 +68,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves all titles. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> /// <param name="pageSize">The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10. (optional)</param> @@ -86,7 +80,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all titles. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -131,7 +125,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves a title by ID. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="titleId">The ID of the title.</param> @@ -144,7 +138,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves a title by ID. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="titleId">The ID of the title.</param> @@ -156,7 +150,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all titles. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -171,7 +165,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all titles. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -434,7 +428,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a title by ID. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a title by ID. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="titleId">The ID of the title.</param> @@ -447,7 +441,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a title by ID. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a title by ID. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="titleId">The ID of the title.</param> @@ -504,7 +498,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a title by ID. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a title by ID. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="titleId">The ID of the title.</param> @@ -518,7 +512,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a title by ID. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a title by ID. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="titleId">The ID of the title.</param> @@ -578,7 +572,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all titles. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all titles. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -593,7 +587,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all titles. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all titles. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -663,7 +657,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all titles. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all titles. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -679,7 +673,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all titles. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all titles. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> diff --git a/src/Coscine.ApiClient.Core/Api/TosApi.cs b/src/Coscine.ApiClient.Core/Api/TosApi.cs index df51915..9c4ee4a 100644 --- a/src/Coscine.ApiClient.Core/Api/TosApi.cs +++ b/src/Coscine.ApiClient.Core/Api/TosApi.cs @@ -48,9 +48,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves the current Terms of Service version. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="operationIndex">Index associated with the operation.</param> /// <returns>TermsOfServiceDtoResponse</returns> @@ -60,7 +57,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves the current Terms of Service version. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="operationIndex">Index associated with the operation.</param> @@ -102,7 +99,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves the current Terms of Service version. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="operationIndex">Index associated with the operation.</param> @@ -114,7 +111,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves the current Terms of Service version. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="operationIndex">Index associated with the operation.</param> @@ -374,7 +371,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the current Terms of Service version. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the current Terms of Service version. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="operationIndex">Index associated with the operation.</param> @@ -386,7 +383,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the current Terms of Service version. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the current Terms of Service version. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="operationIndex">Index associated with the operation.</param> @@ -441,7 +438,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the current Terms of Service version. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the current Terms of Service version. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="operationIndex">Index associated with the operation.</param> @@ -454,7 +451,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the current Terms of Service version. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the current Terms of Service version. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="operationIndex">Index associated with the operation.</param> diff --git a/src/Coscine.ApiClient.Core/Api/TreeApi.cs b/src/Coscine.ApiClient.Core/Api/TreeApi.cs index e7078f2..fbde5c5 100644 --- a/src/Coscine.ApiClient.Core/Api/TreeApi.cs +++ b/src/Coscine.ApiClient.Core/Api/TreeApi.cs @@ -79,9 +79,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Creates a new metadata tree for a resource. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The unique identifier or slug of the project.</param> /// <param name="resourceId">The unique identifier of the resource.</param> @@ -94,7 +91,7 @@ namespace Coscine.ApiClient.Core.Api /// Creates a new metadata tree for a resource. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The unique identifier or slug of the project.</param> @@ -166,9 +163,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves the metadata tree associated with a resource. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The unique identifier or slug of the project.</param> /// <param name="resourceId">The unique identifier of the resource.</param> @@ -187,7 +181,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves the metadata tree associated with a resource. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The unique identifier or slug of the project.</param> @@ -205,9 +199,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves the specific metadata tree associated with a resource. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The unique identifier or slug of the project.</param> /// <param name="resourceId">The unique identifier of the resource.</param> @@ -224,7 +215,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves the specific metadata tree associated with a resource. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The unique identifier or slug of the project.</param> @@ -267,9 +258,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Updates an existing metadata tree of a resource. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The unique identifier or slug of the project.</param> /// <param name="resourceId">The unique identifier of the resource.</param> @@ -282,7 +270,7 @@ namespace Coscine.ApiClient.Core.Api /// Updates an existing metadata tree of a resource. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The unique identifier or slug of the project.</param> @@ -360,7 +348,7 @@ namespace Coscine.ApiClient.Core.Api /// Creates a new metadata tree for a resource. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The unique identifier or slug of the project.</param> @@ -375,7 +363,7 @@ namespace Coscine.ApiClient.Core.Api /// Creates a new metadata tree for a resource. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The unique identifier or slug of the project.</param> @@ -453,7 +441,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves the metadata tree associated with a resource. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The unique identifier or slug of the project.</param> @@ -474,7 +462,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves the metadata tree associated with a resource. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The unique identifier or slug of the project.</param> @@ -494,7 +482,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves the specific metadata tree associated with a resource. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The unique identifier or slug of the project.</param> @@ -513,7 +501,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves the specific metadata tree associated with a resource. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The unique identifier or slug of the project.</param> @@ -560,7 +548,7 @@ namespace Coscine.ApiClient.Core.Api /// Updates an existing metadata tree of a resource. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The unique identifier or slug of the project.</param> @@ -575,7 +563,7 @@ namespace Coscine.ApiClient.Core.Api /// Updates an existing metadata tree of a resource. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The unique identifier or slug of the project.</param> @@ -1048,7 +1036,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Creates a new metadata tree for a resource. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Creates a new metadata tree for a resource. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The unique identifier or slug of the project.</param> @@ -1063,7 +1051,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Creates a new metadata tree for a resource. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Creates a new metadata tree for a resource. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The unique identifier or slug of the project.</param> @@ -1133,7 +1121,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Creates a new metadata tree for a resource. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Creates a new metadata tree for a resource. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The unique identifier or slug of the project.</param> @@ -1149,7 +1137,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Creates a new metadata tree for a resource. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Creates a new metadata tree for a resource. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The unique identifier or slug of the project.</param> @@ -1600,7 +1588,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the metadata tree associated with a resource. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the metadata tree associated with a resource. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The unique identifier or slug of the project.</param> @@ -1621,7 +1609,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the metadata tree associated with a resource. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the metadata tree associated with a resource. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The unique identifier or slug of the project.</param> @@ -1721,7 +1709,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the metadata tree associated with a resource. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the metadata tree associated with a resource. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The unique identifier or slug of the project.</param> @@ -1743,7 +1731,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the metadata tree associated with a resource. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the metadata tree associated with a resource. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The unique identifier or slug of the project.</param> @@ -1846,7 +1834,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the specific metadata tree associated with a resource. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the specific metadata tree associated with a resource. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The unique identifier or slug of the project.</param> @@ -1865,7 +1853,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the specific metadata tree associated with a resource. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the specific metadata tree associated with a resource. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The unique identifier or slug of the project.</param> @@ -1958,7 +1946,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the specific metadata tree associated with a resource. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the specific metadata tree associated with a resource. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The unique identifier or slug of the project.</param> @@ -1978,7 +1966,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves the specific metadata tree associated with a resource. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves the specific metadata tree associated with a resource. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The unique identifier or slug of the project.</param> @@ -2242,7 +2230,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Updates an existing metadata tree of a resource. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Updates an existing metadata tree of a resource. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The unique identifier or slug of the project.</param> @@ -2256,7 +2244,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Updates an existing metadata tree of a resource. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Updates an existing metadata tree of a resource. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The unique identifier or slug of the project.</param> @@ -2324,7 +2312,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Updates an existing metadata tree of a resource. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Updates an existing metadata tree of a resource. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The unique identifier or slug of the project.</param> @@ -2339,7 +2327,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Updates an existing metadata tree of a resource. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Updates an existing metadata tree of a resource. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="projectId">The unique identifier or slug of the project.</param> diff --git a/src/Coscine.ApiClient.Core/Api/UserApi.cs b/src/Coscine.ApiClient.Core/Api/UserApi.cs index c3ecec6..8eb74e3 100644 --- a/src/Coscine.ApiClient.Core/Api/UserApi.cs +++ b/src/Coscine.ApiClient.Core/Api/UserApi.cs @@ -48,9 +48,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves all users. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="searchTerm">Gets or sets the search term.</param> /// <param name="orderBy">Gets or sets the field by which the search results are ordered. Defaults to \"firstName\". (optional)</param> @@ -62,7 +59,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all users. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="searchTerm">Gets or sets the search term.</param> @@ -106,7 +103,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all users. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="searchTerm">Gets or sets the search term.</param> @@ -120,7 +117,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all users. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="searchTerm">Gets or sets the search term.</param> @@ -382,7 +379,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all users. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all users. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="searchTerm">Gets or sets the search term.</param> @@ -396,7 +393,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all users. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all users. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="searchTerm">Gets or sets the search term.</param> @@ -464,7 +461,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all users. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all users. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="searchTerm">Gets or sets the search term.</param> @@ -479,7 +476,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all users. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all users. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="searchTerm">Gets or sets the search term.</param> diff --git a/src/Coscine.ApiClient.Core/Api/VisibilityApi.cs b/src/Coscine.ApiClient.Core/Api/VisibilityApi.cs index 85eb41e..7c701b5 100644 --- a/src/Coscine.ApiClient.Core/Api/VisibilityApi.cs +++ b/src/Coscine.ApiClient.Core/Api/VisibilityApi.cs @@ -48,9 +48,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves all visibilities. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> /// <param name="pageSize">The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10. (optional)</param> @@ -63,7 +60,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all visibilities. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -75,9 +72,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves a visibility by ID. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="visibilityId">The ID of the visibility.</param> /// <param name="operationIndex">Index associated with the operation.</param> @@ -88,7 +82,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves a visibility by ID. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="visibilityId">The ID of the visibility.</param> @@ -131,7 +125,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all visibilities. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -146,7 +140,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves all visibilities. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -160,7 +154,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves a visibility by ID. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="visibilityId">The ID of the visibility.</param> @@ -173,7 +167,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves a visibility by ID. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="visibilityId">The ID of the visibility.</param> @@ -434,7 +428,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all visibilities. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all visibilities. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -449,7 +443,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all visibilities. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all visibilities. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -519,7 +513,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all visibilities. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all visibilities. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -535,7 +529,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves all visibilities. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves all visibilities. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="pageNumber">The desired page number. Should be greater than or equal to 1. Default is 1. (optional)</param> @@ -608,7 +602,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a visibility by ID. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a visibility by ID. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="visibilityId">The ID of the visibility.</param> @@ -621,7 +615,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a visibility by ID. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a visibility by ID. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="visibilityId">The ID of the visibility.</param> @@ -678,7 +672,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a visibility by ID. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a visibility by ID. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="visibilityId">The ID of the visibility.</param> @@ -692,7 +686,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves a visibility by ID. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves a visibility by ID. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="visibilityId">The ID of the visibility.</param> diff --git a/src/Coscine.ApiClient.Core/Api/VocabularyApi.cs b/src/Coscine.ApiClient.Core/Api/VocabularyApi.cs index 89ececd..a0dae76 100644 --- a/src/Coscine.ApiClient.Core/Api/VocabularyApi.cs +++ b/src/Coscine.ApiClient.Core/Api/VocabularyApi.cs @@ -48,9 +48,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves top-level instances from vocabularies. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="searchTerm">Gets or sets the search term used to filter vocabularies. (optional)</param> /// <param name="language">Gets or sets the language for which the vocabularies are requested. (optional)</param> @@ -65,7 +62,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves top-level instances from vocabularies. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="searchTerm">Gets or sets the search term used to filter vocabularies. (optional)</param> @@ -104,9 +101,6 @@ namespace Coscine.ApiClient.Core.Api /// <summary> /// Retrieves vocabulary instances. /// </summary> - /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> - /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="varClass">Gets or sets the URI class, which is a required field.</param> /// <param name="searchTerm">Gets or sets the search term used to filter vocabulary instances. (optional)</param> @@ -122,7 +116,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves vocabulary instances. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="varClass">Gets or sets the URI class, which is a required field.</param> @@ -170,7 +164,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves top-level instances from vocabularies. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="searchTerm">Gets or sets the search term used to filter vocabularies. (optional)</param> @@ -187,7 +181,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves top-level instances from vocabularies. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="searchTerm">Gets or sets the search term used to filter vocabularies. (optional)</param> @@ -230,7 +224,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves vocabulary instances. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="varClass">Gets or sets the URI class, which is a required field.</param> @@ -248,7 +242,7 @@ namespace Coscine.ApiClient.Core.Api /// Retrieves vocabulary instances. /// </summary> /// <remarks> - /// <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// /// </remarks> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="varClass">Gets or sets the URI class, which is a required field.</param> @@ -514,7 +508,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves top-level instances from vocabularies. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves top-level instances from vocabularies. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="searchTerm">Gets or sets the search term used to filter vocabularies. (optional)</param> @@ -531,7 +525,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves top-level instances from vocabularies. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves top-level instances from vocabularies. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="searchTerm">Gets or sets the search term used to filter vocabularies. (optional)</param> @@ -611,7 +605,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves top-level instances from vocabularies. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves top-level instances from vocabularies. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="searchTerm">Gets or sets the search term used to filter vocabularies. (optional)</param> @@ -629,7 +623,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves top-level instances from vocabularies. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves top-level instances from vocabularies. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="searchTerm">Gets or sets the search term used to filter vocabularies. (optional)</param> @@ -880,7 +874,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves vocabulary instances. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves vocabulary instances. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="varClass">Gets or sets the URI class, which is a required field.</param> @@ -898,7 +892,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves vocabulary instances. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves vocabulary instances. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="varClass">Gets or sets the URI class, which is a required field.</param> @@ -986,7 +980,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves vocabulary instances. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves vocabulary instances. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="varClass">Gets or sets the URI class, which is a required field.</param> @@ -1005,7 +999,7 @@ namespace Coscine.ApiClient.Core.Api } /// <summary> - /// Retrieves vocabulary instances. <p><strong>Required JWT roles for access:</strong> <code></code>.</p> + /// Retrieves vocabulary instances. /// </summary> /// <exception cref="Coscine.ApiClient.Core.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="varClass">Gets or sets the URI class, which is a required field.</param> diff --git a/src/Coscine.ApiClient.Core/Coscine.ApiClient.Core.csproj b/src/Coscine.ApiClient.Core/Coscine.ApiClient.Core.csproj index b7af0ad..221fa5d 100644 --- a/src/Coscine.ApiClient.Core/Coscine.ApiClient.Core.csproj +++ b/src/Coscine.ApiClient.Core/Coscine.ApiClient.Core.csproj @@ -12,7 +12,7 @@ <Description>A library generated from a OpenAPI doc</Description> <Copyright>No Copyright</Copyright> <RootNamespace>Coscine.ApiClient.Core</RootNamespace> - <Version>1.8.0</Version> + <Version>1.0.0</Version> <DocumentationFile>bin\$(Configuration)\$(TargetFramework)\Coscine.ApiClient.Core.xml</DocumentationFile> <RepositoryUrl>https://github.com/GIT_USER_ID/GIT_REPO_ID.git</RepositoryUrl> <RepositoryType>git</RepositoryType> diff --git a/src/Coscine.ApiClient.Core/Model/ResourceAdminDto.cs b/src/Coscine.ApiClient.Core/Model/ResourceAdminDto.cs index c81902b..e1fe515 100644 --- a/src/Coscine.ApiClient.Core/Model/ResourceAdminDto.cs +++ b/src/Coscine.ApiClient.Core/Model/ResourceAdminDto.cs @@ -53,10 +53,11 @@ namespace Coscine.ApiClient.Core.Model /// <param name="dateCreated">Date when the resource was created..</param> /// <param name="creator">creator.</param> /// <param name="archived">Indicates whether the resource is archived..</param> + /// <param name="projects">The projects associated with the resource..</param> /// <param name="deleted">Indicates whether the resource is deleted..</param> /// <param name="projectResources">Collection of minimal project resource details associated with this resource..</param> /// <param name="resourceQuota">resourceQuota.</param> - public ResourceAdminDto(Guid id = default(Guid), string pid = default(string), ResourceTypeDto type = default(ResourceTypeDto), string name = default(string), string displayName = default(string), string description = default(string), List<string> keywords = default(List<string>), LicenseDto license = default(LicenseDto), string usageRights = default(string), bool metadataLocalCopy = default(bool), bool metadataExtraction = default(bool), ApplicationProfileMinimalDto applicationProfile = default(ApplicationProfileMinimalDto), Dictionary<string, Dictionary<string, List<FixedValueForResourceManipulationDto>>> fixedValues = default(Dictionary<string, Dictionary<string, List<FixedValueForResourceManipulationDto>>>), List<DisciplineDto> disciplines = default(List<DisciplineDto>), VisibilityDto visibility = default(VisibilityDto), DateTime? dateCreated = default(DateTime?), UserMinimalDto creator = default(UserMinimalDto), bool archived = default(bool), bool deleted = default(bool), List<ProjectResourceMinimalDto> projectResources = default(List<ProjectResourceMinimalDto>), ResourceQuotaDto resourceQuota = default(ResourceQuotaDto)) + public ResourceAdminDto(Guid id = default(Guid), string pid = default(string), ResourceTypeDto type = default(ResourceTypeDto), string name = default(string), string displayName = default(string), string description = default(string), List<string> keywords = default(List<string>), LicenseDto license = default(LicenseDto), string usageRights = default(string), bool metadataLocalCopy = default(bool), bool metadataExtraction = default(bool), ApplicationProfileMinimalDto applicationProfile = default(ApplicationProfileMinimalDto), Dictionary<string, Dictionary<string, List<FixedValueForResourceManipulationDto>>> fixedValues = default(Dictionary<string, Dictionary<string, List<FixedValueForResourceManipulationDto>>>), List<DisciplineDto> disciplines = default(List<DisciplineDto>), VisibilityDto visibility = default(VisibilityDto), DateTime? dateCreated = default(DateTime?), UserMinimalDto creator = default(UserMinimalDto), bool archived = default(bool), List<ProjectMinimalDto> projects = default(List<ProjectMinimalDto>), bool deleted = default(bool), List<ProjectResourceMinimalDto> projectResources = default(List<ProjectResourceMinimalDto>), ResourceQuotaDto resourceQuota = default(ResourceQuotaDto)) { this.Id = id; this.Pid = pid; @@ -76,6 +77,7 @@ namespace Coscine.ApiClient.Core.Model this.DateCreated = dateCreated; this.Creator = creator; this.Archived = archived; + this.Projects = projects; this.Deleted = deleted; this.ProjectResources = projectResources; this.ResourceQuota = resourceQuota; @@ -202,6 +204,13 @@ namespace Coscine.ApiClient.Core.Model [DataMember(Name = "archived", EmitDefaultValue = true)] public bool Archived { get; set; } + /// <summary> + /// The projects associated with the resource. + /// </summary> + /// <value>The projects associated with the resource.</value> + [DataMember(Name = "projects", EmitDefaultValue = true)] + public List<ProjectMinimalDto> Projects { get; set; } + /// <summary> /// Indicates whether the resource is deleted. /// </summary> @@ -248,6 +257,7 @@ namespace Coscine.ApiClient.Core.Model sb.Append(" DateCreated: ").Append(DateCreated).Append("\n"); sb.Append(" Creator: ").Append(Creator).Append("\n"); sb.Append(" Archived: ").Append(Archived).Append("\n"); + sb.Append(" Projects: ").Append(Projects).Append("\n"); sb.Append(" Deleted: ").Append(Deleted).Append("\n"); sb.Append(" ProjectResources: ").Append(ProjectResources).Append("\n"); sb.Append(" ResourceQuota: ").Append(ResourceQuota).Append("\n"); @@ -376,6 +386,12 @@ namespace Coscine.ApiClient.Core.Model this.Archived == input.Archived || this.Archived.Equals(input.Archived) ) && + ( + this.Projects == input.Projects || + this.Projects != null && + input.Projects != null && + this.Projects.SequenceEqual(input.Projects) + ) && ( this.Deleted == input.Deleted || this.Deleted.Equals(input.Deleted) @@ -465,6 +481,10 @@ namespace Coscine.ApiClient.Core.Model hashCode = (hashCode * 59) + this.Creator.GetHashCode(); } hashCode = (hashCode * 59) + this.Archived.GetHashCode(); + if (this.Projects != null) + { + hashCode = (hashCode * 59) + this.Projects.GetHashCode(); + } hashCode = (hashCode * 59) + this.Deleted.GetHashCode(); if (this.ProjectResources != null) { diff --git a/src/Coscine.ApiClient.Core/Model/ResourceDto.cs b/src/Coscine.ApiClient.Core/Model/ResourceDto.cs index f613918..ee19f97 100644 --- a/src/Coscine.ApiClient.Core/Model/ResourceDto.cs +++ b/src/Coscine.ApiClient.Core/Model/ResourceDto.cs @@ -53,7 +53,8 @@ namespace Coscine.ApiClient.Core.Model /// <param name="dateCreated">Date when the resource was created..</param> /// <param name="creator">creator.</param> /// <param name="archived">Indicates whether the resource is archived..</param> - public ResourceDto(Guid id = default(Guid), string pid = default(string), ResourceTypeDto type = default(ResourceTypeDto), string name = default(string), string displayName = default(string), string description = default(string), List<string> keywords = default(List<string>), LicenseDto license = default(LicenseDto), string usageRights = default(string), bool metadataLocalCopy = default(bool), bool metadataExtraction = default(bool), ApplicationProfileMinimalDto applicationProfile = default(ApplicationProfileMinimalDto), Dictionary<string, Dictionary<string, List<FixedValueForResourceManipulationDto>>> fixedValues = default(Dictionary<string, Dictionary<string, List<FixedValueForResourceManipulationDto>>>), List<DisciplineDto> disciplines = default(List<DisciplineDto>), VisibilityDto visibility = default(VisibilityDto), DateTime? dateCreated = default(DateTime?), UserMinimalDto creator = default(UserMinimalDto), bool archived = default(bool)) + /// <param name="projects">The projects associated with the resource..</param> + public ResourceDto(Guid id = default(Guid), string pid = default(string), ResourceTypeDto type = default(ResourceTypeDto), string name = default(string), string displayName = default(string), string description = default(string), List<string> keywords = default(List<string>), LicenseDto license = default(LicenseDto), string usageRights = default(string), bool metadataLocalCopy = default(bool), bool metadataExtraction = default(bool), ApplicationProfileMinimalDto applicationProfile = default(ApplicationProfileMinimalDto), Dictionary<string, Dictionary<string, List<FixedValueForResourceManipulationDto>>> fixedValues = default(Dictionary<string, Dictionary<string, List<FixedValueForResourceManipulationDto>>>), List<DisciplineDto> disciplines = default(List<DisciplineDto>), VisibilityDto visibility = default(VisibilityDto), DateTime? dateCreated = default(DateTime?), UserMinimalDto creator = default(UserMinimalDto), bool archived = default(bool), List<ProjectMinimalDto> projects = default(List<ProjectMinimalDto>)) { this.Id = id; this.Pid = pid; @@ -73,6 +74,7 @@ namespace Coscine.ApiClient.Core.Model this.DateCreated = dateCreated; this.Creator = creator; this.Archived = archived; + this.Projects = projects; } /// <summary> @@ -196,6 +198,13 @@ namespace Coscine.ApiClient.Core.Model [DataMember(Name = "archived", EmitDefaultValue = true)] public bool Archived { get; set; } + /// <summary> + /// The projects associated with the resource. + /// </summary> + /// <value>The projects associated with the resource.</value> + [DataMember(Name = "projects", EmitDefaultValue = true)] + public List<ProjectMinimalDto> Projects { get; set; } + /// <summary> /// Returns the string presentation of the object /// </summary> @@ -222,6 +231,7 @@ namespace Coscine.ApiClient.Core.Model sb.Append(" DateCreated: ").Append(DateCreated).Append("\n"); sb.Append(" Creator: ").Append(Creator).Append("\n"); sb.Append(" Archived: ").Append(Archived).Append("\n"); + sb.Append(" Projects: ").Append(Projects).Append("\n"); sb.Append("}\n"); return sb.ToString(); } @@ -346,6 +356,12 @@ namespace Coscine.ApiClient.Core.Model ( this.Archived == input.Archived || this.Archived.Equals(input.Archived) + ) && + ( + this.Projects == input.Projects || + this.Projects != null && + input.Projects != null && + this.Projects.SequenceEqual(input.Projects) ); } @@ -421,6 +437,10 @@ namespace Coscine.ApiClient.Core.Model hashCode = (hashCode * 59) + this.Creator.GetHashCode(); } hashCode = (hashCode * 59) + this.Archived.GetHashCode(); + if (this.Projects != null) + { + hashCode = (hashCode * 59) + this.Projects.GetHashCode(); + } return hashCode; } } -- GitLab