Skip to main content

Update a managed service

PUT 

/managed-services/:serviceId

The operation allows you to update a specific managed service, changing some of its properties. Any properties not specified in the request body will stay unchanged.

Request

Path Parameters

    serviceId stringrequired

Header Parameters

    X-Codenow-Api-Key anyrequired

    CodeNOW API Key

Body

required

    description stringrequired


    The detailed textual description of the service. Allows users to add additional context, notes, or any relevant information about the purpose, usage, or characteristics of the service.

Responses

Managed service was updated

Schema

    status stringrequired

    Possible values: non-empty

Loading...