Name
Availability
Adobe Connect 9.2
Description
API updates the URL of a given sco. The update is allowed only to Meeting Type SCOs.
Request URL
http://example.com/api/xml?action=update-sco-url&sco-id=*****&url-path=***
Parameters
|
Type |
Required |
Description |
sco-id |
BIGINT |
Yes |
SCO ID of the SCO, whose URL is to be updated. |
url-path |
String |
Yes |
New URL of a given SCO ID. |
Response structure
The XML response contains a status tag that specifies whether the request was fulfilled or not.
Error codes
Code |
Subcode |
Reason |
no-access |
denied |
You must have the permission to edit the SCO. |
Invalid |
missing |
A required parameter is missing from the request. |
Invalid |
Range |
URL must be in the range of 1-60 characters. |
Invalid |
Duplicate |
URL path is already in use. |
Invalid |
Format |
URL contains invalid characters. |
Invalid |
Invalid-type |
URL update of this SCO type is not permitted. |
Invalid |
Illegal-operation |
URL contains system specified keyword. |
Sample request
http://example.com/api/xml?action=update-sco-url&sco-id=110103&url-path=new
Sample response
<?xml version="1.0" encoding="utf-8" ?> <results> <status code="ok"/> </results>