# Partially update a job target

Partial update on a target associated with a job. It ensures that the job and target exist and that the user has access to them. The properties and relations included in the request will be updated.

Endpoint: PATCH /api/jobs/{id}/targets/{targetId}
Version: v1.0
Security: OAuth2

## Path parameters:

  - `id` (integer, required)
    The ID for the job, for example 39596.

  - `targetId` (integer, required)
    The target ID, for example 39595.

## Request fields (application/json):

  - `id` (integer)
    The ID for the entity, for example 39752.

  - `identifier` (string,null)
    The identifier for the entity.

  - `cultures` (array,null)
    The cultures associated with the entity, for example en-US.

  - `properties` (object,null)
    The properties of the entity.

  - `relations` (object,null)
    The relations of the entity.

  - `created_by` (object)
    Represents a link to a resource.

  - `created_by.href` (string,null)
    Gets or sets the URI that points to the resource this link refers to.

  - `created_by.filename_properties` (array,null)
    Gets or sets the URI that points to the resource this link refers to.

  - `created_by.title` (string,null)
    Gets or sets the title that describes this link.

  - `created_by.templated` (boolean)
    Gets or sets a value indicating whether the contained URI is a template.

  - `created_on` (string)
    The date and time when the entity was created.

  - `modified_by` (object)
    Represents a link to a resource.

  - `modified_by.href` (string,null)
    Gets or sets the URI that points to the resource this link refers to.

  - `modified_by.filename_properties` (array,null)
    Gets or sets the URI that points to the resource this link refers to.

  - `modified_by.title` (string,null)
    Gets or sets the title that describes this link.

  - `modified_by.templated` (boolean)
    Gets or sets a value indicating whether the contained URI is a template.

  - `modified_on` (string)
    The date and time when the entity was last modified.

  - `locked_by` (object)
    Represents a link to a resource.

  - `locked_by.href` (string,null)
    Gets or sets the URI that points to the resource this link refers to.

  - `locked_by.filename_properties` (array,null)
    Gets or sets the URI that points to the resource this link refers to.

  - `locked_by.title` (string,null)
    Gets or sets the title that describes this link.

  - `locked_by.templated` (boolean)
    Gets or sets a value indicating whether the contained URI is a template.

  - `locked_on` (string,null)
    The date and time when the entity was locked.

  - `entitydefinition` (object)
    Represents a link to a resource.

  - `entitydefinition.href` (string,null)
    Gets or sets the URI that points to the resource this link refers to.

  - `entitydefinition.filename_properties` (array,null)
    Gets or sets the URI that points to the resource this link refers to.

  - `entitydefinition.title` (string,null)
    Gets or sets the title that describes this link.

  - `entitydefinition.templated` (boolean)
    Gets or sets a value indicating whether the contained URI is a template.

  - `copy` (object)
    Represents a link to a resource.

  - `copy.href` (string,null)
    Gets or sets the URI that points to the resource this link refers to.

  - `copy.filename_properties` (array,null)
    Gets or sets the URI that points to the resource this link refers to.

  - `copy.title` (string,null)
    Gets or sets the title that describes this link.

  - `copy.templated` (boolean)
    Gets or sets a value indicating whether the contained URI is a template.

  - `copyasync` (object)
    Represents a link to a resource.

  - `copyasync.href` (string,null)
    Gets or sets the URI that points to the resource this link refers to.

  - `copyasync.filename_properties` (array,null)
    Gets or sets the URI that points to the resource this link refers to.

  - `copyasync.title` (string,null)
    Gets or sets the title that describes this link.

  - `copyasync.templated` (boolean)
    Gets or sets a value indicating whether the contained URI is a template.

  - `permissions` (object)
    Represents a link to a resource.

  - `permissions.href` (string,null)
    Gets or sets the URI that points to the resource this link refers to.

  - `permissions.filename_properties` (array,null)
    Gets or sets the URI that points to the resource this link refers to.

  - `permissions.title` (string,null)
    Gets or sets the title that describes this link.

  - `permissions.templated` (boolean)
    Gets or sets a value indicating whether the contained URI is a template.

  - `requested_permissions` (object,null)
    The requested permissions with identification if a certain user has permission.

  - `lifecycle` (object)
    Represents a link to a resource.

  - `lifecycle.href` (string,null)
    Gets or sets the URI that points to the resource this link refers to.

  - `lifecycle.filename_properties` (array,null)
    Gets or sets the URI that points to the resource this link refers to.

  - `lifecycle.title` (string,null)
    Gets or sets the title that describes this link.

  - `lifecycle.templated` (boolean)
    Gets or sets a value indicating whether the contained URI is a template.

  - `saved_selections` (object)
    Represents a link to a resource.

  - `saved_selections.href` (string,null)
    Gets or sets the URI that points to the resource this link refers to.

  - `saved_selections.filename_properties` (array,null)
    Gets or sets the URI that points to the resource this link refers to.

  - `saved_selections.title` (string,null)
    Gets or sets the title that describes this link.

  - `saved_selections.templated` (boolean)
    Gets or sets a value indicating whether the contained URI is a template.

  - `roles` (object)
    Represents a link to a resource.

  - `roles.href` (string,null)
    Gets or sets the URI that points to the resource this link refers to.

  - `roles.filename_properties` (array,null)
    Gets or sets the URI that points to the resource this link refers to.

  - `roles.title` (string,null)
    Gets or sets the title that describes this link.

  - `roles.templated` (boolean)
    Gets or sets a value indicating whether the contained URI is a template.

  - `annotations` (object)
    Represents a link to a resource.

  - `annotations.href` (string,null)
    Gets or sets the URI that points to the resource this link refers to.

  - `annotations.filename_properties` (array,null)
    Gets or sets the URI that points to the resource this link refers to.

  - `annotations.title` (string,null)
    Gets or sets the title that describes this link.

  - `annotations.templated` (boolean)
    Gets or sets a value indicating whether the contained URI is a template.

  - `is_root_taxonomy_item` (boolean,null)
    Gets or sets a value indicating whether the entity is a root taxonomy item.

  - `is_path_root` (boolean,null)
    Gets or sets a value indicating whether the entity is a path root.

  - `inherits_security` (boolean)
    Gets or sets a value indicating whether the entity inherits security.

  - `is_system_owned` (boolean)
    Gets or sets a value indicating whether the entity is system owned.

  - `version` (integer)
    The version of the entity.

  - `full` (object)
    Represents a link to a resource.

  - `full.href` (string,null)
    Gets or sets the URI that points to the resource this link refers to.

  - `full.filename_properties` (array,null)
    Gets or sets the URI that points to the resource this link refers to.

  - `full.title` (string,null)
    Gets or sets the title that describes this link.

  - `full.templated` (boolean)
    Gets or sets a value indicating whether the contained URI is a template.

  - `modules` (array,null)
    The modules associated with the entity.

  - `self` (object)
    Represents a link to a resource.

  - `self.href` (string,null)
    Gets or sets the URI that points to the resource this link refers to.

  - `self.filename_properties` (array,null)
    Gets or sets the URI that points to the resource this link refers to.

  - `self.title` (string,null)
    Gets or sets the title that describes this link.

  - `self.templated` (boolean)
    Gets or sets a value indicating whether the contained URI is a template.


## Response 204 fields

## Response 400 fields

## Response 401 fields

## Response 404 fields
