Kong Admin Controller

Update service

Updates an existing service configuration

put/v1/kong-admin/services/{serviceId}

Path parameters

serviceIdstring required

Service ID

Request body

idstring
namestring
retriesinteger
protocolstring
hoststring
portinteger
pathstring
tagsstring[]
enabledboolean
created_atinteger
updated_atinteger
connect_timeoutinteger
write_timeoutinteger
read_timeoutinteger
tls_verifyboolean
tls_verify_depthobject
ca_certificatesstring[]

Response

Service updated successfully

idstring
namestring
retriesinteger
protocolstring
hoststring
portinteger
pathstring
tagsstring[]
enabledboolean
created_atinteger
updated_atinteger
connect_timeoutinteger
write_timeoutinteger
read_timeoutinteger
tls_verifyboolean
tls_verify_depthobject
ca_certificatesstring[]

Changes

No recorded changes to this endpoint across all 1 revision of this API.