diff --git a/ProjectManagerClient.nuspec b/ProjectManagerClient.nuspec
index 319c197..61536d1 100644
--- a/ProjectManagerClient.nuspec
+++ b/ProjectManagerClient.nuspec
@@ -23,109 +23,8 @@
* ProjectField.RetrieveAllProjectFieldValues (GET /api/data/projects/{projectId}/fields)
Changes to existing APIs:
- * ApiKey.CreateApiKey added header parameter `x-integration-name`
- * ApiKey.ListApiKeys added header parameter `x-integration-name`
- * ApiKey.RevokeAllApiKeys added header parameter `x-integration-name`
- * ApiKey.RevokeAPIKey added header parameter `x-integration-name`
- * Changeset.RetrieveChangeset added header parameter `x-integration-name`
- * Changeset.RetrieveCompletedChangeset added header parameter `x-integration-name`
- * Dashboard.RetrieveDashboardUserSettings added header parameter `x-integration-name`
- * Dashboard.CreateorUpdateUserDashboardSettings added header parameter `x-integration-name`
- * Discussion.RetrieveTaskComments added header parameter `x-integration-name`
- * Discussion.CreateTaskComments added header parameter `x-integration-name`
- * File.DownloadFile added header parameter `x-integration-name`
- * File.UpdateFile added header parameter `x-integration-name`
- * HomeFile.UploadHomeFile added header parameter `x-integration-name`
- * HomeFile.UploadHomeFileToFolder added header parameter `x-integration-name`
- * Integration.RetrieveIntegration added header parameter `x-integration-name`
- * Integration.EnableIntegration added header parameter `x-integration-name`
- * Integration.DisableIntegration added header parameter `x-integration-name`
- * Integration.RetrieveAllIntegrations added header parameter `x-integration-name`
- * IntegrationCategory.RetrieveProviderCategories added header parameter `x-integration-name`
- * IntegrationProvider.ListProviders added header parameter `x-integration-name`
- * IntegrationProvider.ActivateIntegrationProvider added header parameter `x-integration-name`
- * IntegrationProvider.UpdateIntegrationProvider added header parameter `x-integration-name`
* IntegrationProvider.UpdateIntegrationProvider changed [body].Value.DataType from AuthenticationDto to AuthenticationStatusDto
* IntegrationProvider.UpdateIntegrationProvider changed [body].Value.DataTypeRef from /docs/authenticationdto to /docs/authenticationstatusdto
- * IntegrationProvider.DeactivateIntegrationProvider added header parameter `x-integration-name`
- * IntegrationProvider.CreateUserIntegrationProviderConnection added header parameter `x-integration-name`
- * IntegrationProvider.UpdateUserIntegrationProviderConnection added header parameter `x-integration-name`
- * License.RetrieveLicenses added header parameter `x-integration-name`
- * License.AddLicense added header parameter `x-integration-name`
- * Me.RetrieveMe added header parameter `x-integration-name`
- * Project.QueryProjects added header parameter `x-integration-name`
- * Project.CreateProject added header parameter `x-integration-name`
- * Project.RetrieveProject added header parameter `x-integration-name`
- * Project.UpdateProject added header parameter `x-integration-name`
- * ProjectChargeCode.RetrieveChargeCodes added header parameter `x-integration-name`
- * ProjectCustomer.RetrieveProjectCustomers added header parameter `x-integration-name`
- * ProjectField.RetrieveProjectFields added header parameter `x-integration-name`
- * ProjectField.CreateProjectField added header parameter `x-integration-name`
- * ProjectField.DeleteProjectField added header parameter `x-integration-name`
- * ProjectField.UpdateProjectField added header parameter `x-integration-name`
- * ProjectFile.UploadProjectFile added header parameter `x-integration-name`
- * ProjectFile.UploadProjectFileToFolder added header parameter `x-integration-name`
- * ProjectFolder.RetrieveProjectFolders added header parameter `x-integration-name`
- * ProjectMembers.RetrieveNewProjectMembers added header parameter `x-integration-name`
- * ProjectMembers.RetrieveProjectMembers added header parameter `x-integration-name`
- * ProjectMembers.RetrieveUserProjectMemberShip added header parameter `x-integration-name`
- * ProjectMembers.CreateUserProjectMembership added header parameter `x-integration-name`
- * ProjectMembers.UpdateUserProjectMembership added header parameter `x-integration-name`
- * ProjectMembers.RemoveUserProjectMembership added header parameter `x-integration-name`
- * ProjectPriority.RetrieveProjectPriorities added header parameter `x-integration-name`
- * ProjectStatus.RetrieveProjectStatuses added header parameter `x-integration-name`
- * ProjectTemplate.RetrieveProjectTemplates added header parameter `x-integration-name`
- * ProjectTemplate.RetrieveTemplateCategories added header parameter `x-integration-name`
- * Resource.CreateResource added header parameter `x-integration-name`
- * Resource.QueryResources added header parameter `x-integration-name`
- * Resource.UpdateResource added header parameter `x-integration-name`
- * Resource.RetrieveResource added header parameter `x-integration-name`
- * ResourceSkill.RetrieveResourceSkills added header parameter `x-integration-name`
- * ResourceSkill.CreateResourceSkill added header parameter `x-integration-name`
- * ResourceSkill.UpdateResourceSkill added header parameter `x-integration-name`
- * ResourceSkill.DeleteResourceSkill added header parameter `x-integration-name`
- * ResourceTeam.RetrieveResourceTeams added header parameter `x-integration-name`
- * ResourceTeam.CreateResourceTeam added header parameter `x-integration-name`
- * ResourceTeam.DeleteResourceTeam added header parameter `x-integration-name`
- * ResourceTeam.UpdateResourceTeam added header parameter `x-integration-name`
- * Tag.QueryTags added header parameter `x-integration-name`
- * Tag.CreateTag added header parameter `x-integration-name`
- * Tag.UpdateTag added header parameter `x-integration-name`
- * Task.QueryTasks added header parameter `x-integration-name`
- * Task.RetrieveTask added header parameter `x-integration-name`
- * Task.UpdateTask added header parameter `x-integration-name`
- * Task.DeleteTask added header parameter `x-integration-name`
- * Task.CreateTask added header parameter `x-integration-name`
- * Task.RetrieveTaskPriorities added header parameter `x-integration-name`
- * Task.CreateManyTasks added header parameter `x-integration-name`
- * Task.AddParentTask added header parameter `x-integration-name`
- * Task.UpdateParentTask added header parameter `x-integration-name`
- * Task.RemoveParentTask added header parameter `x-integration-name`
- * TaskAssignee.ReplaceTaskAssignees added header parameter `x-integration-name`
- * TaskAssignee.CreateOrUpdateTaskAssignee added header parameter `x-integration-name`
- * TaskAssignee.DeleteTaskAssignees added header parameter `x-integration-name`
- * TaskField.RetrieveTaskFields added header parameter `x-integration-name`
- * TaskField.CreateTaskField added header parameter `x-integration-name`
- * TaskField.DeleteTaskField added header parameter `x-integration-name`
- * TaskField.RetrieveTaskFieldValue added header parameter `x-integration-name`
- * TaskField.UpdateTaskFieldValue added header parameter `x-integration-name`
- * TaskField.RetrieveAllTaskFieldValues added header parameter `x-integration-name`
- * TaskFile.UploadTaskFile added header parameter `x-integration-name`
- * TaskStatus.RetrieveTaskStatuses added header parameter `x-integration-name`
- * TaskStatus.CreateTaskStatus added header parameter `x-integration-name`
- * TaskStatus.UpdateTaskStatus added header parameter `x-integration-name`
- * TaskStatus.DeleteTaskStatus added header parameter `x-integration-name`
- * TaskTag.ReplaceTaskTags added header parameter `x-integration-name`
- * TaskTag.AddTaskTagtoTask added header parameter `x-integration-name`
- * TaskTag.RemoveTaskTagfromTask added header parameter `x-integration-name`
- * Timesheet.Createtimeentry added header parameter `x-integration-name`
- * Timesheet.QueryTimeSheets added header parameter `x-integration-name`
- * Timesheet.Deletetimeentry added header parameter `x-integration-name`
- * Timesheet.Updatetimeentry added header parameter `x-integration-name`
- * Timesheet.Returnsactiveadmintasksthatareusedtoreporttime added header parameter `x-integration-name`
- * UserRole.RetrieveUserRoles added header parameter `x-integration-name`
- * WorkSpace.RetrieveWorkspaces added header parameter `x-integration-name`
- * WorkSpace.InvitetoWorkspace added header parameter `x-integration-name`
Deprecated 2 old APIs:
* Integration.AddIntegrationInstance
diff --git a/src/Clients/ApiKeyClient.cs b/src/Clients/ApiKeyClient.cs
index e47831e..9820740 100644
--- a/src/Clients/ApiKeyClient.cs
+++ b/src/Clients/ApiKeyClient.cs
@@ -46,9 +46,8 @@ public ApiKeyClient(ProjectManagerClient client)
/// Some best practices for working with API keys: * An API key is valid for a two year period after it is created. We encourage you to rotate your API keys regularly according to your company's security policies. * You should create separate API keys for each system that works with your API. If that API key is exposed or if that program needs to be shut down, you can revoke that one key and reissue it. * An API key is tied to the workspace that created it. A single API key can only interact with one workspace.
///
///
- /// The name of the calling system passed along as a header parameter
/// Options for the API key to create
- public async Task> CreateApiKey(ApiKeyCreateDto body, string xintegrationname = null)
+ public async Task> CreateApiKey(ApiKeyCreateDto body)
{
var url = $"/api/data/api-keys";
return await _client.Request(HttpMethod.Post, url, null, body, null);
@@ -62,8 +61,7 @@ public async Task> CreateApiKey(ApiKeyCreateDto body, str
/// Some best practices for working with API keys: * An API key is valid for a two year period after it is created. We encourage you to rotate your API keys regularly according to your company's security policies. * You should create separate API keys for each system that works with your API. If that API key is exposed or if that program needs to be shut down, you can revoke that one key and reissue it. * An API key is tied to the workspace that created it. A single API key can only interact with one workspace.
///
///
- /// The name of the calling system passed along as a header parameter
- public async Task> ListApiKeys(string xintegrationname = null)
+ public async Task> ListApiKeys()
{
var url = $"/api/data/api-keys";
return await _client.Request(HttpMethod.Get, url, null, null, null);
@@ -77,8 +75,7 @@ public async Task> ListApiKeys(string xintegrationname
/// Some best practices for working with API keys: * An API key is valid for a two year period after it is created. We encourage you to rotate your API keys regularly according to your company's security policies. * You should create separate API keys for each system that works with your API. If that API key is exposed or if that program needs to be shut down, you can revoke that one key and reissue it. * An API key is tied to the workspace that created it. A single API key can only interact with one workspace.
///
///
- /// The name of the calling system passed along as a header parameter
- public async Task> RevokeAllApiKeys(string xintegrationname = null)
+ public async Task> RevokeAllApiKeys()
{
var url = $"/api/data/api-keys/revoke-all";
return await _client.Request(HttpMethod.Delete, url, null, null, null);
@@ -93,8 +90,7 @@ public async Task> RevokeAllApiKeys(string xintegrationname
///
///
/// The unique identifier of the API key to revoke
- /// The name of the calling system passed along as a header parameter
- public async Task> RevokeAPIKey(Guid id, string xintegrationname = null)
+ public async Task> RevokeAPIKey(Guid id)
{
var url = $"/api/data/api-keys/{id}/revoke";
return await _client.Request(HttpMethod.Delete, url, null, null, null);
diff --git a/src/Clients/ChangesetClient.cs b/src/Clients/ChangesetClient.cs
index 25b0731..82519f5 100644
--- a/src/Clients/ChangesetClient.cs
+++ b/src/Clients/ChangesetClient.cs
@@ -47,8 +47,7 @@ public ChangesetClient(ProjectManagerClient client)
///
///
/// The unique ID number of the Changeset to retrieve
- /// The name of the calling system passed along as a header parameter
- public async Task> RetrieveChangeset(Guid changeSetId, string xintegrationname = null)
+ public async Task> RetrieveChangeset(Guid changeSetId)
{
var url = $"/api/data/changesets/{changeSetId}";
return await _client.Request(HttpMethod.Get, url, null, null, null);
@@ -65,8 +64,7 @@ public async Task> RetrieveChangeset(Guid c
///
///
/// The unique ID number of the Changeset to retrieve
- /// The name of the calling system passed along as a header parameter
- public async Task> RetrieveCompletedChangeset(Guid changeSetId, string xintegrationname = null)
+ public async Task> RetrieveCompletedChangeset(Guid changeSetId)
{
var url = $"/api/data/changesets/{changeSetId}/poll";
return await _client.Request(HttpMethod.Get, url, null, null, null);
diff --git a/src/Clients/DashboardClient.cs b/src/Clients/DashboardClient.cs
index 68e8ada..42adc3e 100644
--- a/src/Clients/DashboardClient.cs
+++ b/src/Clients/DashboardClient.cs
@@ -43,8 +43,7 @@ public DashboardClient(ProjectManagerClient client)
///
///
/// The dashboard type that is not custom. For a list of values, see `DashboardTypeValues`.
- /// The name of the calling system passed along as a header parameter
- public async Task> RetrieveDashboardUserSettings(string type, string xintegrationname = null)
+ public async Task> RetrieveDashboardUserSettings(string type)
{
var url = $"/api/data/dashboards/settings/{type}";
return await _client.Request(HttpMethod.Get, url, null, null, null);
@@ -54,9 +53,8 @@ public async Task> RetrieveDashboardUserSetting
/// Create or Update User Dashboard Settings
///
///
- /// The name of the calling system passed along as a header parameter
/// User dashboard settings object
- public async Task> CreateorUpdateUserDashboardSettings(DashboardSettingCreateDto body, string xintegrationname = null)
+ public async Task> CreateorUpdateUserDashboardSettings(DashboardSettingCreateDto body)
{
var url = $"/api/data/dashboards/settings";
return await _client.Request(HttpMethod.Post, url, null, body, null);
diff --git a/src/Clients/DiscussionClient.cs b/src/Clients/DiscussionClient.cs
index bc07dbb..4eb093d 100644
--- a/src/Clients/DiscussionClient.cs
+++ b/src/Clients/DiscussionClient.cs
@@ -43,8 +43,7 @@ public DiscussionClient(ProjectManagerClient client)
///
///
/// The unique ID number of the task to retrieve comments
- /// The name of the calling system passed along as a header parameter
- public async Task> RetrieveTaskComments(Guid taskId, string xintegrationname = null)
+ public async Task> RetrieveTaskComments(Guid taskId)
{
var url = $"/api/data/tasks/{taskId}/discussions";
return await _client.Request(HttpMethod.Get, url, null, null, null);
@@ -57,9 +56,8 @@ public async Task> RetrieveTaskComments(Guid taskId
///
///
/// The unique ID number of the task being commented upon
- /// The name of the calling system passed along as a header parameter
/// The Markdown-formatted text of the comment
- public async Task> CreateTaskComments(Guid taskId, DiscussionCreateDto body, string xintegrationname = null)
+ public async Task> CreateTaskComments(Guid taskId, DiscussionCreateDto body)
{
var url = $"/api/data/tasks/{taskId}/discussions";
return await _client.Request(HttpMethod.Post, url, null, body, null);
diff --git a/src/Clients/FileClient.cs b/src/Clients/FileClient.cs
index 048cef1..346c8db 100644
--- a/src/Clients/FileClient.cs
+++ b/src/Clients/FileClient.cs
@@ -48,8 +48,7 @@ public FileClient(ProjectManagerClient client)
///
/// The unique identifier of the document to download
/// If you specify a type of `html`, processes the file using text encoding, otherwise binary
- /// The name of the calling system passed along as a header parameter
- public async Task> DownloadFile(Guid documentId, string type = null, string xintegrationname = null)
+ public async Task> DownloadFile(Guid documentId, string type = null)
{
var url = $"/api/data/files/{documentId}/download";
var options = new Dictionary();
@@ -66,9 +65,8 @@ public async Task> DownloadFile(Guid documentId, string type
///
///
/// The unique identifier of the File to update
- /// The name of the calling system passed along as a header parameter
/// Information to change about the File and its location
- public async Task> UpdateFile(Guid fileId, UpdateRequestDto body, string xintegrationname = null)
+ public async Task> UpdateFile(Guid fileId, UpdateRequestDto body)
{
var url = $"/api/data/files/{fileId}";
return await _client.Request(HttpMethod.Put, url, null, body, null);
diff --git a/src/Clients/HomeFileClient.cs b/src/Clients/HomeFileClient.cs
index 9e95f84..5987599 100644
--- a/src/Clients/HomeFileClient.cs
+++ b/src/Clients/HomeFileClient.cs
@@ -46,9 +46,8 @@ public HomeFileClient(ProjectManagerClient client)
/// When you upload a File, please allow a few moments for the File to be processed and verified. ProjectManager may reject File uploads that contain problems such as malware. Once a File has completed the upload the process, you may retrieve it using the DownloadFile API.
///
///
- /// The name of the calling system passed along as a header parameter
/// The full path of a file to upload to the API
- public async Task> UploadHomeFile(string filename, string xintegrationname = null)
+ public async Task> UploadHomeFile(string filename)
{
var url = $"/api/data/home/files";
return await _client.Request(HttpMethod.Post, url, null, null, filename);
@@ -65,9 +64,8 @@ public async Task> UploadHomeFile(string filename, string x
///
///
/// The reference to the sub folder to put the file into
- /// The name of the calling system passed along as a header parameter
/// The full path of a file to upload to the API
- public async Task> UploadHomeFileToFolder(Guid folderId, string filename, string xintegrationname = null)
+ public async Task> UploadHomeFileToFolder(Guid folderId, string filename)
{
var url = $"/api/data/home/folders/{folderId}/files";
return await _client.Request(HttpMethod.Post, url, null, null, filename);
diff --git a/src/Clients/IntegrationCategoryClient.cs b/src/Clients/IntegrationCategoryClient.cs
index b6e46d1..bfeb298 100644
--- a/src/Clients/IntegrationCategoryClient.cs
+++ b/src/Clients/IntegrationCategoryClient.cs
@@ -44,8 +44,7 @@ public IntegrationCategoryClient(ProjectManagerClient client)
/// An IntegrationProvider is the name of an external application or service that can be connected to ProjectManager.com. The Integrations API is intended for use by ProjectManager and its business development partners. Please contact ProjectManager's sales team to request use of this API.
///
///
- /// The name of the calling system passed along as a header parameter
- public async Task> RetrieveProviderCategories(string xintegrationname = null)
+ public async Task> RetrieveProviderCategories()
{
var url = $"/api/data/integrations/categories";
return await _client.Request(HttpMethod.Get, url, null, null, null);
diff --git a/src/Clients/IntegrationClient.cs b/src/Clients/IntegrationClient.cs
index f37fe0c..815b35c 100644
--- a/src/Clients/IntegrationClient.cs
+++ b/src/Clients/IntegrationClient.cs
@@ -45,8 +45,7 @@ public IntegrationClient(ProjectManagerClient client)
///
///
/// The unique identifier of this Integration
- /// The name of the calling system passed along as a header parameter
- public async Task> RetrieveIntegration(Guid integrationId, string xintegrationname = null)
+ public async Task> RetrieveIntegration(Guid integrationId)
{
var url = $"/api/data/integrations/{integrationId}";
return await _client.Request(HttpMethod.Get, url, null, null, null);
@@ -59,8 +58,7 @@ public async Task> RetrieveIntegration(Guid integrat
///
///
/// The unique identifier of the Integration to enable
- /// The name of the calling system passed along as a header parameter
- public async Task> EnableIntegration(Guid integrationId, string xintegrationname = null)
+ public async Task> EnableIntegration(Guid integrationId)
{
var url = $"/api/data/integrations/{integrationId}";
return await _client.Request(HttpMethod.Post, url, null, null, null);
@@ -73,8 +71,7 @@ public async Task> EnableIntegration(Guid integratio
///
///
/// The unique identifier of the Integration to disable
- /// The name of the calling system passed along as a header parameter
- public async Task> DisableIntegration(Guid integrationId, string xintegrationname = null)
+ public async Task> DisableIntegration(Guid integrationId)
{
var url = $"/api/data/integrations/{integrationId}";
return await _client.Request(HttpMethod.Delete, url, null, null, null);
@@ -86,8 +83,7 @@ public async Task> DisableIntegration(Guid integrationId, st
/// The Integrations API is intended for use by ProjectManager and its business development partners. Please contact ProjectManager's sales team to request use of this API.
///
///
- /// The name of the calling system passed along as a header parameter
- public async Task> RetrieveAllIntegrations(string xintegrationname = null)
+ public async Task> RetrieveAllIntegrations()
{
var url = $"/api/data/integrations";
return await _client.Request(HttpMethod.Get, url, null, null, null);
diff --git a/src/Clients/IntegrationProviderClient.cs b/src/Clients/IntegrationProviderClient.cs
index a8f7d65..fa6ffc0 100644
--- a/src/Clients/IntegrationProviderClient.cs
+++ b/src/Clients/IntegrationProviderClient.cs
@@ -44,8 +44,7 @@ public IntegrationProviderClient(ProjectManagerClient client)
/// An IntegrationProvider is the name of an external application or service that can be connected to ProjectManager.com. The Integrations API is intended for use by ProjectManager and its business development partners. Please contact ProjectManager's sales team to request use of this API.
///
///
- /// The name of the calling system passed along as a header parameter
- public async Task> ListProviders(string xintegrationname = null)
+ public async Task> ListProviders()
{
var url = $"/api/data/integrations/providers";
return await _client.Request(HttpMethod.Get, url, null, null, null);
@@ -58,8 +57,7 @@ public async Task> ListProviders(string xi
///
///
/// The unique identifier of the IntegrationProvider for which you are requesting authentication information
- /// The name of the calling system passed along as a header parameter
- public async Task> ActivateIntegrationProvider(Guid providerId, string xintegrationname = null)
+ public async Task> ActivateIntegrationProvider(Guid providerId)
{
var url = $"/api/data/integrations/providers/{providerId}";
return await _client.Request(HttpMethod.Post, url, null, null, null);
@@ -70,9 +68,8 @@ public async Task> ActivateIntegrationProvider(
///
///
/// The identifier to the provider
- /// The name of the calling system passed along as a header parameter
/// Specify the auth status
- public async Task> UpdateIntegrationProvider(Guid providerId, AuthenticationDto body, string xintegrationname = null)
+ public async Task> UpdateIntegrationProvider(Guid providerId, AuthenticationDto body)
{
var url = $"/api/data/integrations/providers/{providerId}";
return await _client.Request(HttpMethod.Put, url, null, body, null);
@@ -83,8 +80,7 @@ public async Task> UpdateIntegrationProvider(Guid providerId
///
///
/// The identifier to the provider
- /// The name of the calling system passed along as a header parameter
- public async Task> DeactivateIntegrationProvider(Guid providerId, string xintegrationname = null)
+ public async Task> DeactivateIntegrationProvider(Guid providerId)
{
var url = $"/api/data/integrations/providers/{providerId}";
return await _client.Request(HttpMethod.Delete, url, null, null, null);
@@ -97,8 +93,7 @@ public async Task> DeactivateIntegrationProvider(Guid provid
///
///
/// The unique identifier of the IntegrationProvider for which you are requesting authentication information
- /// The name of the calling system passed along as a header parameter
- public async Task> CreateUserIntegrationProviderConnection(Guid providerId, string xintegrationname = null)
+ public async Task> CreateUserIntegrationProviderConnection(Guid providerId)
{
var url = $"/api/data/integrations/providers/{providerId}/user-connection";
return await _client.Request(HttpMethod.Post, url, null, null, null);
@@ -109,9 +104,8 @@ public async Task> CreateUserIntegrationProviderConne
///
///
/// The identifier to the provider
- /// The name of the calling system passed along as a header parameter
/// Specify the auth status
- public async Task> UpdateUserIntegrationProviderConnection(Guid providerId, AuthenticationStatusDto body, string xintegrationname = null)
+ public async Task> UpdateUserIntegrationProviderConnection(Guid providerId, AuthenticationStatusDto body)
{
var url = $"/api/data/integrations/providers/{providerId}/user-connection";
return await _client.Request(HttpMethod.Put, url, null, body, null);
diff --git a/src/Clients/LicenseClient.cs b/src/Clients/LicenseClient.cs
index 0670078..7d77421 100644
--- a/src/Clients/LicenseClient.cs
+++ b/src/Clients/LicenseClient.cs
@@ -44,8 +44,7 @@ public LicenseClient(ProjectManagerClient client)
/// Licenses contain information about your current subscription level and features that have been enabled on your Workspace. To modify the License information, please log on to the ProjectManager.com application and use the Account | Editions screen to review or update your Licenses.
///
///
- /// The name of the calling system passed along as a header parameter
- public async Task> RetrieveLicenses(string xintegrationname = null)
+ public async Task> RetrieveLicenses()
{
var url = $"/api/data/license";
return await _client.Request(HttpMethod.Get, url, null, null, null);
@@ -58,8 +57,7 @@ public async Task> RetrieveLicenses(string xintegratio
///
///
/// Information about the SKU you wish to add to your Workspace
- /// The name of the calling system passed along as a header parameter
- public async Task> AddLicense(string bundleSku, string xintegrationname = null)
+ public async Task> AddLicense(string bundleSku)
{
var url = $"/api/data/license/{bundleSku}/try";
return await _client.Request(HttpMethod.Post, url, null, null, null);
diff --git a/src/Clients/MeClient.cs b/src/Clients/MeClient.cs
index bad3bb2..35733c1 100644
--- a/src/Clients/MeClient.cs
+++ b/src/Clients/MeClient.cs
@@ -44,8 +44,7 @@ public MeClient(ProjectManagerClient client)
/// This API call will always succeed with a 200 OK if called with valid authentication information. If the authentication information provided is not valid, calling this API will return a 401 Authentication Failed error message. If successful, this API returns information about the user including its home URL, email address, user name, and workspace name.
///
///
- /// The name of the calling system passed along as a header parameter
- public async Task> RetrieveMe(string xintegrationname = null)
+ public async Task> RetrieveMe()
{
var url = $"/api/data/me";
return await _client.Request(HttpMethod.Get, url, null, null, null);
diff --git a/src/Clients/ProjectChargeCodeClient.cs b/src/Clients/ProjectChargeCodeClient.cs
index df02801..d643f96 100644
--- a/src/Clients/ProjectChargeCodeClient.cs
+++ b/src/Clients/ProjectChargeCodeClient.cs
@@ -44,8 +44,7 @@ public ProjectChargeCodeClient(ProjectManagerClient client)
/// A ChargeCode is a code used to identify costs within your Projects. Each ChargeCode has a name and a unique identifier. ChargeCodes are defined per Workspace and are shared among Projects.
///
///
- /// The name of the calling system passed along as a header parameter
- public async Task> RetrieveChargeCodes(string xintegrationname = null)
+ public async Task> RetrieveChargeCodes()
{
var url = $"/api/data/projects/chargecodes";
return await _client.Request(HttpMethod.Get, url, null, null, null);
diff --git a/src/Clients/ProjectClient.cs b/src/Clients/ProjectClient.cs
index 07f03a9..4e59c7b 100644
--- a/src/Clients/ProjectClient.cs
+++ b/src/Clients/ProjectClient.cs
@@ -44,14 +44,13 @@ public ProjectClient(ProjectManagerClient client)
/// A Project is a collection of Tasks that contributes towards a goal. Within a Project, Tasks represent individual items of work that team members must complete. The sum total of Tasks within a Project represents the work to be completed for that Project.
///
///
- /// The name of the calling system passed along as a header parameter
/// The number of records to return
/// Skips the given number of records and then returns $top records
/// Filter the expression according to oData queries
/// Specify which properties should be returned
/// Order collection by this field.
/// Include related data in the response
- public async Task> QueryProjects(string xintegrationname = null, int? top = null, int? skip = null, string filter = null, string select = null, string orderby = null, string expand = null)
+ public async Task> QueryProjects(int? top = null, int? skip = null, string filter = null, string select = null, string orderby = null, string expand = null)
{
var url = $"/api/data/projects";
var options = new Dictionary();
@@ -70,9 +69,8 @@ public async Task> QueryProjects(string xintegrationna
/// A Project is a collection of Tasks that contributes towards a goal. Within a Project, Tasks represent individual items of work that team members must complete. The sum total of Tasks within a Project represents the work to be completed for that Project.
///
///
- /// The name of the calling system passed along as a header parameter
/// Information about the Project you wish to create
- public async Task> CreateProject(ProjectCreateDto body, string xintegrationname = null)
+ public async Task> CreateProject(ProjectCreateDto body)
{
var url = $"/api/data/projects";
return await _client.Request(HttpMethod.Post, url, null, body, null);
@@ -85,8 +83,7 @@ public async Task> CreateProject(ProjectCreateDto body,
///
///
/// The unique identifier of the Project to retrieve.
- /// The name of the calling system passed along as a header parameter
- public async Task> RetrieveProject(string projectId, string xintegrationname = null)
+ public async Task> RetrieveProject(string projectId)
{
var url = $"/api/data/projects/{projectId}";
return await _client.Request(HttpMethod.Get, url, null, null, null);
@@ -101,9 +98,8 @@ public async Task> RetrieveProject(string projectId, str
///
///
/// The unique identifier of the Project to update
- /// The name of the calling system passed along as a header parameter
/// All non-null fields in this object will replace previous data within the Project
- public async Task> UpdateProject(Guid projectId, ProjectUpdateDto body, string xintegrationname = null)
+ public async Task> UpdateProject(Guid projectId, ProjectUpdateDto body)
{
var url = $"/api/data/projects/{projectId}";
return await _client.Request(HttpMethod.Put, url, null, body, null);
diff --git a/src/Clients/ProjectCustomerClient.cs b/src/Clients/ProjectCustomerClient.cs
index 687e1bf..085f91e 100644
--- a/src/Clients/ProjectCustomerClient.cs
+++ b/src/Clients/ProjectCustomerClient.cs
@@ -44,8 +44,7 @@ public ProjectCustomerClient(ProjectManagerClient client)
/// A ProjectCustomer is a code used to identify costs within your Projects. Each ProjectCustomer has a name and a unique identifier. ProjectCustomers are defined per Workspace and are shared among Projects.
///
///
- /// The name of the calling system passed along as a header parameter
- public async Task> RetrieveProjectCustomers(string xintegrationname = null)
+ public async Task> RetrieveProjectCustomers()
{
var url = $"/api/data/projects/customers";
return await _client.Request(HttpMethod.Get, url, null, null, null);
diff --git a/src/Clients/ProjectFieldClient.cs b/src/Clients/ProjectFieldClient.cs
index 4d94f44..f531553 100644
--- a/src/Clients/ProjectFieldClient.cs
+++ b/src/Clients/ProjectFieldClient.cs
@@ -44,8 +44,7 @@ public ProjectFieldClient(ProjectManagerClient client)
/// A ProjectField is a custom field defined within your Workspace. You can define ProjectFields for any integration purpose that is important to your business. Each ProjectField has a data type as well as options in how it is handled. ProjectFields can be edited for each Project within your Workspace.
///
///
- /// The name of the calling system passed along as a header parameter
- public async Task> RetrieveProjectFields(string xintegrationname = null)
+ public async Task> RetrieveProjectFields()
{
var url = $"/api/data/projects/fields";
return await _client.Request(HttpMethod.Get, url, null, null, null);
@@ -57,9 +56,8 @@ public async Task> RetrieveProjectFie
/// A ProjectField is a custom field defined within your Workspace. You can define ProjectFields for any integration purpose that is important to your business. Each ProjectField has a data type as well as options in how it is handled. ProjectFields can be edited for each Project within your Workspace.
///
///
- /// The name of the calling system passed along as a header parameter
/// Information about the ProjectField to create
- public async Task> CreateProjectField(CreateProjectFieldDto body, string xintegrationname = null)
+ public async Task> CreateProjectField(CreateProjectFieldDto body)
{
var url = $"/api/data/projects/fields";
return await _client.Request(HttpMethod.Post, url, null, body, null);
@@ -71,9 +69,8 @@ public async Task> CreateProjectField
/// A ProjectField is a custom field defined within your Workspace. You can define ProjectFields for any integration purpose that is important to your business. Each ProjectField has a data type as well as options in how it is handled. ProjectFields can be edited for each Project within your Workspace.
///
///
- /// The name of the calling system passed along as a header parameter
/// The identity of the ProjectField to delete
- public async Task> DeleteProjectField(DeleteProjectFieldDto body, string xintegrationname = null)
+ public async Task> DeleteProjectField(DeleteProjectFieldDto body)
{
var url = $"/api/data/projects/fields";
return await _client.Request(HttpMethod.Delete, url, null, body, null);
@@ -87,9 +84,8 @@ public async Task> DeleteProjectField(DeleteProjectFieldDto
///
/// The unique identifier of the Project that contains this ProjectField
/// The unique identifier of this ProjectField
- /// The name of the calling system passed along as a header parameter
/// The new information for this ProjectField
- public async Task> UpdateProjectField(Guid projectId, Guid fieldId, UpdateProjectFieldValueDto body, string xintegrationname = null)
+ public async Task> UpdateProjectField(Guid projectId, Guid fieldId, UpdateProjectFieldValueDto body)
{
var url = $"/api/data/projects/{projectId}/fields/{fieldId}";
return await _client.Request(HttpMethod.Put, url, null, body, null);
@@ -101,8 +97,7 @@ public async Task> UpdateProjectField(Guid projectId, Guid f
///
/// The unique identifier of the Project of the value to retrieve
/// The unique identifier of the ProjectField of the value to retrieve
- /// The name of the calling system passed along as a header parameter
- public async Task> RetrieveProjectFieldValue(Guid projectId, Guid fieldId, string xintegrationname = null)
+ public async Task> RetrieveProjectFieldValue(Guid projectId, Guid fieldId)
{
var url = $"/api/data/projects/{projectId}/fields/{fieldId}";
return await _client.Request(HttpMethod.Get, url, null, null, null);
@@ -113,8 +108,7 @@ public async Task> RetrieveProjectFie
///
///
/// The unique identifier of the Project for which we want ProjectField values
- /// The name of the calling system passed along as a header parameter
- public async Task> RetrieveAllProjectFieldValues(Guid projectId, string xintegrationname = null)
+ public async Task> RetrieveAllProjectFieldValues(Guid projectId)
{
var url = $"/api/data/projects/{projectId}/fields";
return await _client.Request(HttpMethod.Get, url, null, null, null);
diff --git a/src/Clients/ProjectFileClient.cs b/src/Clients/ProjectFileClient.cs
index f477137..2965871 100644
--- a/src/Clients/ProjectFileClient.cs
+++ b/src/Clients/ProjectFileClient.cs
@@ -47,9 +47,8 @@ public ProjectFileClient(ProjectManagerClient client)
///
///
/// The reference to the project
- /// The name of the calling system passed along as a header parameter
/// The full path of a file to upload to the API
- public async Task> UploadProjectFile(Guid projectId, string filename, string xintegrationname = null)
+ public async Task> UploadProjectFile(Guid projectId, string filename)
{
var url = $"/api/data/projects/{projectId}/files";
return await _client.Request(HttpMethod.Post, url, null, null, filename);
@@ -67,9 +66,8 @@ public async Task> UploadProjectFile(Guid projectId, string
///
/// The reference to the project
/// The reference to the sub folder to put the file into
- /// The name of the calling system passed along as a header parameter
/// The full path of a file to upload to the API
- public async Task> UploadProjectFileToFolder(Guid projectId, Guid folderId, string filename, string xintegrationname = null)
+ public async Task> UploadProjectFileToFolder(Guid projectId, Guid folderId, string filename)
{
var url = $"/api/data/projects/{projectId}/folders/{folderId}/files";
return await _client.Request(HttpMethod.Post, url, null, null, filename);
diff --git a/src/Clients/ProjectFolderClient.cs b/src/Clients/ProjectFolderClient.cs
index 09f1c05..719c81a 100644
--- a/src/Clients/ProjectFolderClient.cs
+++ b/src/Clients/ProjectFolderClient.cs
@@ -44,8 +44,7 @@ public ProjectFolderClient(ProjectManagerClient client)
/// A ProjectFolder is a named storage location that can contain Projects.
///
///
- /// The name of the calling system passed along as a header parameter
- public async Task> RetrieveProjectFolders(string xintegrationname = null)
+ public async Task> RetrieveProjectFolders()
{
var url = $"/api/data/project-folders";
return await _client.Request(HttpMethod.Get, url, null, null, null);
diff --git a/src/Clients/ProjectMembersClient.cs b/src/Clients/ProjectMembersClient.cs
index de8f83f..39e4dbc 100644
--- a/src/Clients/ProjectMembersClient.cs
+++ b/src/Clients/ProjectMembersClient.cs
@@ -42,8 +42,7 @@ public ProjectMembersClient(ProjectManagerClient client)
/// Returns a list of membership options for new projects.
///
///
- /// The name of the calling system passed along as a header parameter
- public async Task> RetrieveNewProjectMembers(string xintegrationname = null)
+ public async Task> RetrieveNewProjectMembers()
{
var url = $"/api/data/projects/members";
return await _client.Request(HttpMethod.Get, url, null, null, null);
@@ -55,8 +54,7 @@ public async Task> RetrieveNewProjectMembers(str
///
/// Reference to the project
/// Set to true to include all users in the workspace
- /// The name of the calling system passed along as a header parameter
- public async Task> RetrieveProjectMembers(Guid projectId, bool? includeAllUsers = null, string xintegrationname = null)
+ public async Task> RetrieveProjectMembers(Guid projectId, bool? includeAllUsers = null)
{
var url = $"/api/data/projects/{projectId}/members";
var options = new Dictionary();
@@ -70,8 +68,7 @@ public async Task> RetrieveProjectMembers(Guid p
///
/// Reference of Project
/// Reference of User
- /// The name of the calling system passed along as a header parameter
- public async Task> RetrieveUserProjectMemberShip(Guid projectId, Guid userId, string xintegrationname = null)
+ public async Task> RetrieveUserProjectMemberShip(Guid projectId, Guid userId)
{
var url = $"/api/data/projects/{projectId}/members/{userId}";
return await _client.Request(HttpMethod.Get, url, null, null, null);
@@ -83,9 +80,8 @@ public async Task> RetrieveUserProjectMemberShip(G
///
/// Reference to Project
/// Reference to User
- /// The name of the calling system passed along as a header parameter
/// The permission to set
- public async Task> CreateUserProjectMembership(Guid projectId, Guid userId, ProjectMemberRoleDto body, string xintegrationname = null)
+ public async Task> CreateUserProjectMembership(Guid projectId, Guid userId, ProjectMemberRoleDto body)
{
var url = $"/api/data/projects/{projectId}/members/{userId}";
return await _client.Request(HttpMethod.Post, url, null, body, null);
@@ -97,9 +93,8 @@ public async Task> CreateUserProjectMembership(Gui
///
/// Reference to Project
/// Reference to User
- /// The name of the calling system passed along as a header parameter
/// The permission to update
- public async Task> UpdateUserProjectMembership(Guid projectId, Guid userId, ProjectMemberRoleDto body, string xintegrationname = null)
+ public async Task> UpdateUserProjectMembership(Guid projectId, Guid userId, ProjectMemberRoleDto body)
{
var url = $"/api/data/projects/{projectId}/members/{userId}";
return await _client.Request(HttpMethod.Put, url, null, body, null);
@@ -111,8 +106,7 @@ public async Task> UpdateUserProjectMembership(Gui
///
/// Reference to Project
/// Reference to User
- /// The name of the calling system passed along as a header parameter
- public async Task> RemoveUserProjectMembership(Guid projectId, Guid userId, string xintegrationname = null)
+ public async Task> RemoveUserProjectMembership(Guid projectId, Guid userId)
{
var url = $"/api/data/projects/{projectId}/members/{userId}";
return await _client.Request(HttpMethod.Delete, url, null, null, null);
diff --git a/src/Clients/ProjectPriorityClient.cs b/src/Clients/ProjectPriorityClient.cs
index 91f2220..f934315 100644
--- a/src/Clients/ProjectPriorityClient.cs
+++ b/src/Clients/ProjectPriorityClient.cs
@@ -46,8 +46,7 @@ public ProjectPriorityClient(ProjectManagerClient client)
/// Note that TaskPriority and ProjectPriority are different classes of priority levels. Even if they may have similar names, they are different objects and must be tracked separately.
///
///
- /// The name of the calling system passed along as a header parameter
- public async Task> RetrieveProjectPriorities(string xintegrationname = null)
+ public async Task> RetrieveProjectPriorities()
{
var url = $"/api/data/projects/priorities";
return await _client.Request(HttpMethod.Get, url, null, null, null);
diff --git a/src/Clients/ProjectStatusClient.cs b/src/Clients/ProjectStatusClient.cs
index 0f908ea..ef1bfca 100644
--- a/src/Clients/ProjectStatusClient.cs
+++ b/src/Clients/ProjectStatusClient.cs
@@ -44,8 +44,7 @@ public ProjectStatusClient(ProjectManagerClient client)
/// A ProjectStatus is a named condition used by your business to categorize the completion level of Tasks and Projects within your Workspace. You can name your ProjectStatus levels anything you like and you can reorganize the order of the ProjectPriority levels at any time.
///
///
- /// The name of the calling system passed along as a header parameter
- public async Task> RetrieveProjectStatuses(string xintegrationname = null)
+ public async Task> RetrieveProjectStatuses()
{
var url = $"/api/data/projects/statuses";
return await _client.Request(HttpMethod.Get, url, null, null, null);
diff --git a/src/Clients/ProjectTemplateClient.cs b/src/Clients/ProjectTemplateClient.cs
index 2da78ff..da9976e 100644
--- a/src/Clients/ProjectTemplateClient.cs
+++ b/src/Clients/ProjectTemplateClient.cs
@@ -44,8 +44,7 @@ public ProjectTemplateClient(ProjectManagerClient client)
/// A ProjectTemplate is a definition of default project related data (eg. Tasks) that can be applied to a new project when it is created. ProjectTemplates are categorized using the TemplateCategory system.
///
///
- /// The name of the calling system passed along as a header parameter
- public async Task> RetrieveProjectTemplates(string xintegrationname = null)
+ public async Task> RetrieveProjectTemplates()
{
var url = $"/api/data/projects/templates";
return await _client.Request(HttpMethod.Get, url, null, null, null);
@@ -57,8 +56,7 @@ public async Task> RetrieveProjectTemplates(st
/// A ProjectTemplate is a definition of default project related data (eg. Tasks) that can be applied to a new project when it is created. ProjectTemplates are categorized using the TemplateCategory system.
///
///
- /// The name of the calling system passed along as a header parameter
- public async Task> RetrieveTemplateCategories(string xintegrationname = null)
+ public async Task> RetrieveTemplateCategories()
{
var url = $"/api/data/projects/templates/categories";
return await _client.Request(HttpMethod.Get, url, null, null, null);
diff --git a/src/Clients/ResourceClient.cs b/src/Clients/ResourceClient.cs
index 08f44a3..659bf22 100644
--- a/src/Clients/ResourceClient.cs
+++ b/src/Clients/ResourceClient.cs
@@ -44,9 +44,8 @@ public ResourceClient(ProjectManagerClient client)
/// A Resource represents a person, material, or tool that is used within your Projects. When you attach a Resources to more than one Task, the software will schedule the usage of your Resource so that it is not allocated to more than one Task at the same time. The users in your Workspace are also considered Resources. To invite a new User to your Workspace, create a new Resource for that user.
///
///
- /// The name of the calling system passed along as a header parameter
/// The details for the new Resource to create
- public async Task> CreateResource(ResourceCreateDto body, string xintegrationname = null)
+ public async Task> CreateResource(ResourceCreateDto body)
{
var url = $"/api/data/resources";
return await _client.Request(HttpMethod.Post, url, null, body, null);
@@ -58,14 +57,13 @@ public async Task> CreateResource(ResourceCreateDto bod
/// A Resource represents a person, material, or tool that is used within your Projects. When you attach a Resources to more than one Task, the software will schedule the usage of your Resource so that it is not allocated to more than one Task at the same time. The users in your Workspace are also considered Resources. To invite a new User to your Workspace, create a new Resource for that user.
///
///
- /// The name of the calling system passed along as a header parameter
/// The number of records to return
/// Skips the given number of records and then returns $top records
/// Filter the expression according to oData queries
/// Specify which properties should be returned
/// Order collection by this field.
/// Include related data in the response
- public async Task> QueryResources(string xintegrationname = null, int? top = null, int? skip = null, string filter = null, string select = null, string orderby = null, string expand = null)
+ public async Task> QueryResources(int? top = null, int? skip = null, string filter = null, string select = null, string orderby = null, string expand = null)
{
var url = $"/api/data/resources";
var options = new Dictionary();
@@ -85,9 +83,8 @@ public async Task> QueryResources(string xintegration
///
///
/// The id of the resource
- /// The name of the calling system passed along as a header parameter
/// The information to update the resource
- public async Task> UpdateResource(Guid resourceId, ResourceUpdateDto body, string xintegrationname = null)
+ public async Task> UpdateResource(Guid resourceId, ResourceUpdateDto body)
{
var url = $"/api/data/resources/{resourceId}";
return await _client.Request(HttpMethod.Put, url, null, body, null);
@@ -100,8 +97,7 @@ public async Task> UpdateResource(Guid resourceId, Reso
///
///
/// The id of the Resource
- /// The name of the calling system passed along as a header parameter
- public async Task> RetrieveResource(Guid resourceId, string xintegrationname = null)
+ public async Task> RetrieveResource(Guid resourceId)
{
var url = $"/api/data/resources/{resourceId}";
return await _client.Request(HttpMethod.Get, url, null, null, null);
diff --git a/src/Clients/ResourceSkillClient.cs b/src/Clients/ResourceSkillClient.cs
index 94fedf7..7f9f32c 100644
--- a/src/Clients/ResourceSkillClient.cs
+++ b/src/Clients/ResourceSkillClient.cs
@@ -44,14 +44,13 @@ public ResourceSkillClient(ProjectManagerClient client)
/// A ResourceSkill is a capability possessed by a Resource that can be used to distinguish different classes of Resources suitable for use by a Task. You can specify that a Task requires a Resource with a particular set of ResourceSkills and then allocate Resources based on whether or not they have the suitable ResourceSkills.
///
///
- /// The name of the calling system passed along as a header parameter
/// The number of records to return
/// Skips the given number of records and then returns $top records
/// Filter the expression according to oData queries
/// Specify which properties should be returned
/// Order collection by this field.
/// Include related data in the response
- public async Task> RetrieveResourceSkills(string xintegrationname = null, int? top = null, int? skip = null, string filter = null, string select = null, string orderby = null, string expand = null)
+ public async Task> RetrieveResourceSkills(int? top = null, int? skip = null, string filter = null, string select = null, string orderby = null, string expand = null)
{
var url = $"/api/data/resources/skills";
var options = new Dictionary();
@@ -68,9 +67,8 @@ public async Task> RetrieveResourceSkills(string
/// Create a Resource Skill.
///
///
- /// The name of the calling system passed along as a header parameter
/// The name of the skill to create.
- public async Task> CreateResourceSkill(CreateResourceSkillDto body, string xintegrationname = null)
+ public async Task> CreateResourceSkill(CreateResourceSkillDto body)
{
var url = $"/api/data/resources/skills";
return await _client.Request(HttpMethod.Post, url, null, body, null);
@@ -81,9 +79,8 @@ public async Task> CreateResourceSkill(CreateResou
///
///
/// The id of the skill to update.
- /// The name of the calling system passed along as a header parameter
/// The data of the skill to update.
- public async Task> UpdateResourceSkill(Guid skillId, UpdateResourceSkillDto body, string xintegrationname = null)
+ public async Task> UpdateResourceSkill(Guid skillId, UpdateResourceSkillDto body)
{
var url = $"/api/data/resources/skills/{skillId}";
return await _client.Request(HttpMethod.Put, url, null, body, null);
@@ -94,8 +91,7 @@ public async Task> UpdateResourceSkill(Guid skillI
///
///
/// The Id of the skill to be removed.
- /// The name of the calling system passed along as a header parameter
- public async Task> DeleteResourceSkill(Guid resourceSkillId, string xintegrationname = null)
+ public async Task> DeleteResourceSkill(Guid resourceSkillId)
{
var url = $"/api/data/resources/skills/{resourceSkillId}";
return await _client.Request(HttpMethod.Delete, url, null, null, null);
diff --git a/src/Clients/ResourceTeamClient.cs b/src/Clients/ResourceTeamClient.cs
index 9f7f913..daf0be1 100644
--- a/src/Clients/ResourceTeamClient.cs
+++ b/src/Clients/ResourceTeamClient.cs
@@ -44,14 +44,13 @@ public ResourceTeamClient(ProjectManagerClient client)
/// A ResourceTeam is a grouping of Resources that allows you to keep track of assignments in a manner consistent with your business needs. You can assign Resources to be members of zero, one, or many ResourceTeams.
///
///
- /// The name of the calling system passed along as a header parameter
/// The number of records to return
/// Skips the given number of records and then returns $top records
/// Filter the expression according to oData queries
/// Specify which properties should be returned
/// Order collection by this field.
/// Include related data in the response
- public async Task> RetrieveResourceTeams(string xintegrationname = null, int? top = null, int? skip = null, string filter = null, string select = null, string orderby = null, string expand = null)
+ public async Task> RetrieveResourceTeams(int? top = null, int? skip = null, string filter = null, string select = null, string orderby = null, string expand = null)
{
var url = $"/api/data/resources/teams";
var options = new Dictionary();
@@ -68,9 +67,8 @@ public async Task> RetrieveResourceTeams(string x
/// Create a Resource Team.
///
///
- /// The name of the calling system passed along as a header parameter
/// The name of the team to create.
- public async Task> CreateResourceTeam(CreateResourceTeamDto body, string xintegrationname = null)
+ public async Task> CreateResourceTeam(CreateResourceTeamDto body)
{
var url = $"/api/data/resources/teams";
return await _client.Request(HttpMethod.Post, url, null, body, null);
@@ -81,8 +79,7 @@ public async Task> CreateResourceTeam(CreateResourc
///
///
/// The Id of the team to be removed.
- /// The name of the calling system passed along as a header parameter
- public async Task> DeleteResourceTeam(Guid resourceTeamId, string xintegrationname = null)
+ public async Task> DeleteResourceTeam(Guid resourceTeamId)
{
var url = $"/api/data/resources/teams/{resourceTeamId}";
return await _client.Request(HttpMethod.Delete, url, null, null, null);
@@ -93,9 +90,8 @@ public async Task> DeleteResourceTeam(Guid resourceTeamId, s
///
///
/// The id of the resource team
- /// The name of the calling system passed along as a header parameter
/// The name of the team to Update.
- public async Task> UpdateResourceTeam(Guid teamresourceId, UpdateResourceTeamDto body, string xintegrationname = null)
+ public async Task> UpdateResourceTeam(Guid teamresourceId, UpdateResourceTeamDto body)
{
var url = $"/api/data/resources/teams/{teamresourceId}";
return await _client.Request(HttpMethod.Put, url, null, body, null);
diff --git a/src/Clients/TagClient.cs b/src/Clients/TagClient.cs
index 5f78d35..11d0620 100644
--- a/src/Clients/TagClient.cs
+++ b/src/Clients/TagClient.cs
@@ -44,14 +44,13 @@ public TagClient(ProjectManagerClient client)
/// A Tag is a named categorization you can use to distinguish objects from each other. Tags each have a unique identifier, a name, and a color.
///
///
- /// The name of the calling system passed along as a header parameter
/// The number of records to return
/// Skips the given number of records and then returns $top records
/// Filter the expression according to oData queries
/// Specify which properties should be returned
/// Order collection by this field.
/// Include related data in the response
- public async Task> QueryTags(string xintegrationname = null, int? top = null, int? skip = null, string filter = null, string select = null, string orderby = null, string expand = null)
+ public async Task> QueryTags(int? top = null, int? skip = null, string filter = null, string select = null, string orderby = null, string expand = null)
{
var url = $"/api/data/tags";
var options = new Dictionary();
@@ -70,9 +69,8 @@ public async Task> QueryTags(string xintegrationname = nul
/// A Tag is a named categorization you can use to distinguish objects from each other. Tags each have a unique identifier, a name, and a color.
///
///
- /// The name of the calling system passed along as a header parameter
/// The information for the new Tag to create
- public async Task> CreateTag(TagCreateDto body, string xintegrationname = null)
+ public async Task> CreateTag(TagCreateDto body)
{
var url = $"/api/data/tags";
return await _client.Request(HttpMethod.Post, url, null, body, null);
@@ -85,9 +83,8 @@ public async Task> CreateTag(TagCreateDto body, string xinte
///
///
/// The id of the tag
- /// The name of the calling system passed along as a header parameter
/// The information to update the tag
- public async Task> UpdateTag(Guid tagId, TagUpdateDto body, string xintegrationname = null)
+ public async Task> UpdateTag(Guid tagId, TagUpdateDto body)
{
var url = $"/api/data/tags/{tagId}";
return await _client.Request(HttpMethod.Put, url, null, body, null);
diff --git a/src/Clients/TaskAssigneeClient.cs b/src/Clients/TaskAssigneeClient.cs
index c155cee..6ab5395 100644
--- a/src/Clients/TaskAssigneeClient.cs
+++ b/src/Clients/TaskAssigneeClient.cs
@@ -45,9 +45,8 @@ public TaskAssigneeClient(ProjectManagerClient client)
///
///
/// The unique identifier of the Task whose TaskAssignees will be replaced
- /// The name of the calling system passed along as a header parameter
/// The new list of TaskAssignees for this Task
- public async Task> ReplaceTaskAssignees(Guid taskId, AssigneeUpsertDto[] body, string xintegrationname = null)
+ public async Task> ReplaceTaskAssignees(Guid taskId, AssigneeUpsertDto[] body)
{
var url = $"/api/data/tasks/{taskId}/assignees";
return await _client.Request(HttpMethod.Post, url, null, body, null);
@@ -60,9 +59,8 @@ public async Task> ReplaceTaskAssignees(Guid tas
///
///
/// The unique identifier of the Task to add or update an assignment
- /// The name of the calling system passed along as a header parameter
/// List of Assignee data
- public async Task> CreateOrUpdateTaskAssignee(Guid taskId, AssigneeUpsertDto[] body, string xintegrationname = null)
+ public async Task> CreateOrUpdateTaskAssignee(Guid taskId, AssigneeUpsertDto[] body)
{
var url = $"/api/data/tasks/{taskId}/assignees";
return await _client.Request(HttpMethod.Put, url, null, body, null);
@@ -75,9 +73,8 @@ public async Task