diff --git a/client/src/account/API.js b/client/src/account/API.js index 26c151cb..15ff182f 100644 --- a/client/src/account/API.js +++ b/client/src/account/API.js @@ -199,23 +199,23 @@ export default class API extends Component {
  • NAME – {t('field name')} ({t('required')})
  • TYPE – {t('one of the following types:')}
  • -
  • GROUP – {t('If the type is 'option' then you also need to specify the parent element ID')}
  • +
  • GROUP – {t('If the type is \'option\' then you also need to specify the parent element ID')}
  • GROUP_TEMPLATE – {t('Template for the group element. If not set, then values of the elements are joined with commas')}
  • VISIBLE – yes/no, {t('if not visible then the subscriber can not view or modify this value at the profile page')}
  • @@ -224,7 +224,7 @@ export default class API extends Component { {t('Example')}

    -
    curl -XPOST {{serviceUrl}}api/field/B16uVTdW?access_token={{accessToken}} \
    +                
    curl -XPOST {serviceUrl}api/field/B16uVTdW?access_token={accessToken} \
     --data 'NAME=Birthday&TYPE=birthday-us&VISIBLE=yes'

    GET /api/blacklist/get – {t('Get list of blacklisted emails')}