Headless CMS and Content Managment Hub
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

46 lines
690 B

{
Items: [
{
Iso2Code: en,
EnglishName: English,
IsMaster: true,
IsOptional: false
},
{
Iso2Code: de,
EnglishName: German,
IsMaster: false,
IsOptional: false,
Links: {
delete: {
Method: DELETE
},
update: {
Method: PUT
}
}
},
{
Iso2Code: it,
EnglishName: Italian,
IsMaster: false,
IsOptional: false,
Links: {
delete: {
Method: DELETE
},
update: {
Method: PUT
}
}
}
],
Links: {
create: {
Method: POST
},
self: {
Method: GET
}
}
}