3min
Replace
Replaces all the occurrence of a text in a given input text with a provided replacement text
Property | Description |
oldString | This is the search pattern and can be an alphanumeric text or a valid regex expression. Set the regex parameter to "yes" if this contains the search pattern in regular expression format |
newString | The exact replacement value if the search pattern is found |
regex | set "yes" if the oldString contains a valid regular expression pattern |
Get a cake by its ID
GET
Params
Body Parameters
id
required
String
ID of the cake to get
API Definition
Get a cake by its ID
GET
Params
Body Parameters
id
required
String
ID of the cake to get