Skip to main content

Bulk update source apps

POST 

/source-apps/bulk-update

This API updates source apps using JSON Patch syntax. It can update up to 50 source apps in a batch. The following fields can be updated: name, description, enabled, owner, provisionRequestEnabled, appCenterEnabled, accountSource, matchAllAccounts, and accessProfiles. Name, description and owner can't be empty or null.

Request

Body

    appIds string[]required

    Possible values: <= 50

    List of source app ids to update

    jsonPatch

    object[]

    required

    The JSONPatch payload used to update the source app.

  • Array [

  • op stringrequired

    Possible values: [add, remove, replace, move, copy, test]

    The operation to be performed

    path stringrequired

    A string JSON Pointer representing the target path to an element to be affected by the operation

    value

    object

    The value to be used for the operation, required for "add" and "replace" operations

    oneOf

    string

  • ]

Responses

No content - indicates the request was successful but there is no content to be returned in the response.

Loading...