whitelist/add

Add an UDID to a whitelist (General or Package Whitelist).

URL

https://api.yourepo.com/1.0/whitelist/add.json

Accessibility

Secret key

Supported request methods

POST

Requires authentication

Yes

Rate limited

Inherits global rate limit

Arguments

Required
  • source

    Your source identifier.

  • type

    A whitelist where you want to add an UDID.


    1. general Source General Whitelist, to allow an UDID for all your packages on this source.
    2. package A Package Whitelist, to allow an UDID for one package. package argument must be specified.
  • udid

    An UDID to add.

Optional
  • description

    A description to identify this UDID easily.

  • package

    A package identifier, when you want to add an UDID to a package whitelist.