Updates Service configuration
put
/gsadmin/v1/{appName}/configuration/services/{serviceName}
Updates the service configuration. While any service can be defined, aiaOffers is an expected service configuration.
Request
Supported Media Types
- application/json
- application/zip
Path Parameters
-
appName(required): string
Specifies the name of your application. For example, "cloud".
-
serviceName(required): string
Specifies the name of your the service to define. For example aiaOffers.
The configurtion for a service.
Root Schema : ServiceConfig
Contains configuration for services.
Match All
Contains configuration for services.
Contains configuration for services.
Show Source
Nested Schema : BaseECR
Type:
Show Source
object
-
ecr:createDate:
string
Date this object was first created. Found in responses. Ignored in POST/PUT payloads.Example:
2018-01-01T13:41:03.858-04:00
-
ecr:lastModified:
string
Date this object was last modified. Found in responses. Ignored in POST/PUT payloads.Example:
2018-01-01T13:41:03.858-04:00
-
ecr:lastModifiedBy:
string
User who last modified this object. Found in responses. Ignored in POST/PUT payloads.Example:
admin
Nested Schema : ServiceConfig-allOf[1]
Type:
Show Source
object
-
ecr:type:
string
Default Value:
configuration-service
-
enabled:
boolean
-
noOfRecommendations:
integer
-
serviceUrl:
string
Security
-
basicAuth: basic
Type:
basic
Description:Basic username/password authentication.
Response
Supported Media Types
- application/json
202 Response
Services configuration successfully updated.