updateAllowedUrls
put
/ccadmin/v1/merchant/allowedUrls
Update list of outbounds urls that are allowed.
Request
Supported Media Types
- application/json
Root Schema : updateAllowedUrls_request
Type:
Show Source
object
-
items:
array items
list of allowed services and theirs outbound urls
Nested Schema : items
Type:
Show Source
object
-
allowedId:
string
Example:
submitOrder
-
allowedUrls:
array allowedUrls
outbound urls of the allowed service
-
removeUrl:
boolean
Indicates if the urls in payload are to be added or removed| True for remove and false to addExample:
false
Nested Schema : items
Type:
Show Source
object
-
url:
string
outbound urlExample:
https://example.com
Response
Supported Media Types
- application/json
200 Response
Following model is returned when operation succeeds.
Root Schema : getAllowedUrls_response
Type:
Show Source
object
-
items:
array items
list of allowed services and theirs outbound urls
Nested Schema : items
Type:
Show Source
object
-
allowedId:
string
Example:
submitOrder
-
allowedUrls:
array allowedUrls
outbound urls of the allowed service
Nested Schema : items
Type:
Show Source
object
-
url:
string
outbound urlExample:
https://example.com
Default Response
The error response.
Root Schema : errorModel
Type:
Show Source
object
-
devMessage:
string
An optional non-localized message containing technical information for developers
-
errorCode:
string
The numerical code identifying the error
-
errors:
array errors
An optional list of errors if multiple errors were encountered
-
message:
string
The localized message describing the error
-
moreInfo:
string
An optional non-localized message with more information
-
o:errorPath:
string
An optional machine readable description of where the error occurred
-
status:
string
The HTTP status code
-
type:
string
The URI to the HTTP state code definition
Nested Schema : errors
Type:
array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type:
Show Source
object
-
devMessage:
string
An optional non-localized message containing technical information for developers
-
errorCode:
string
The numerical code identifying the error
-
message:
string
The localized message describing the error
-
moreInfo:
string
An optional non-localized message with more information
-
o:errorPath:
string
An optional machine readable description of where the error occurred
-
status:
string
The HTTP status code