v1

latestSwagger 2.02026-08-043765135.6 KB
translations

Create translation

Create translation

post/translations

Request body

Example request

{
  "data": {
    "attributes": {
      "locale": "en",
      "key": "notifications.templates.subject",
      "value": "Store",
      "resourceUri": "/organizations/d94a0a2e-2e06-4037-9fd1-7b73ba298858/templates/d94a0a2e-2e06-4037-9fd1-7b73ba298858"
    }
  }
}

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"
        }
      }
    }
  }
}