v1

latestSwagger 2.02026-08-043765135.6 KB
translations

Update Translation

update a translation by UUID

patch/translations/{id}

Path parameters

idstring uuid required

Primary UUID in the path

Request body

Example request

{
  "data": {
    "attributes": {
      "value": "templates.subject"
    }
  }
}

Response

Return a single data response

Example response

{
  "data": {
    "attributes": {
      "resourceUri": "/organizations/246c77ac-eaf6-4ec5-bfe2-57f91cd50a35/templates/00000000-0000-0000-0000-000000000067",
      "createdAt": "2018-02-03T10:30:00Z",
      "updatedAt": "2018-02-03T10:30:00Z"
    },
    "relationships": {
      "organization": {
        "data": {
          "type": "organizations",
          "id": "bdb88373-bf66-4bfc-a4f8-3a35be5c2f9c"
        }
      }
    }
  }
}