Packages
Update locale strings for a Package
Sets the localised name, description, meta_title and/or meta_description for the given locale. Pass null to clear a translation and fall back to the default value.
put/shop/packages/{packageId}/locale-strings/{locale}
Request body
Example request
{
"name": "5-Class Pack",
"description": "A bundle of 5 classes at a discounted rate.",
"meta_title": "5-Class Pack | Buy Now",
"meta_description": "Save with our 5-class pack and enjoy flexible booking across our services."
}Response
The locale strings for the package were successfully updated.
Changes
No recorded changes to this endpoint across all 1 revision of this API.