limelm.pkey.setTags
Replace the tags of the product key with the new set of tags.
Arguments
api_key(Required)- Your API application key. Your api key is available on your settings page.
pkey_id(Required)- The id of the product key.
tag[](Required)- One or more tags to associate with the product keys.
Example Response
This method has no specific response - It returns an empty success response if it completes without error.
Error Codes
100: Invalid API Key- The API key passed was not valid or has expired.
101: Method "xxx" not found- The requested method was not found.
118: Your account is in dormant mode. Re-enable your account.- You cannot set tags when your account is in dormant mode. Re-enable your account and you will no longer get this error.
131: Tags must be less than 256 characters long.- You can only use tags that are less than 256 character long.
132: Tags cannot contain the * character. The "TAG_NAME" tag violates this rule.- Tags cannot contain the asterisk character.
134: The tags weren't set.- Either the product key doesn't exist or you don't have access to it.
142: Service currently unavailable- The requested service is temporarily unavailable.