You are here

public function LingotekApiInterface::patchDocument in Lingotek Translation 3.3.x

Same name and namespace in other branches
  1. 8 src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::patchDocument()
  2. 8.2 src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::patchDocument()
  3. 4.0.x src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::patchDocument()
  4. 3.0.x src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::patchDocument()
  5. 3.1.x src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::patchDocument()
  6. 3.2.x src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::patchDocument()
  7. 3.4.x src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::patchDocument()
  8. 3.5.x src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::patchDocument()
  9. 3.6.x src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::patchDocument()
  10. 3.7.x src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::patchDocument()
  11. 3.8.x src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::patchDocument()

Updates a document in Lingotek.

Parameters

string $id: The document id.

array $args: The document data.

Return value

\Psr\Http\Message\ResponseInterface A response.

Throws

\Drupal\lingotek\Exception\LingotekApiException

See also

http://devzone.lingotek.com

1 method overrides LingotekApiInterface::patchDocument()
LingotekApi::patchDocument in src/Remote/LingotekApi.php
Updates a document in Lingotek.

File

src/Remote/LingotekApiInterface.php, line 67

Class

LingotekApiInterface

Namespace

Drupal\lingotek\Remote

Code

public function patchDocument($id, $args);