Migrate Resource Bundles

post

/api/v1/bots/{botId}/metadataMigration/resourceBundles

Migrate resource bundles from a source skill into a target skill.

Request

Path Parameters
Query Parameters
  • The ID of the skill that contains the resource bundles to be migrated. This skill must have the same name as the target and have been versioned from it.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success.

404 Response

The request can't be performed because either the source or the target skill doesn't exist.
Body ()
Root Schema : RestError
Type: object
Show Source
Nested Schema : o:errorDetails
Type: array
Show Source
Nested Schema : Location
Type: object
Show Source
Nested Schema : Context
Type: object
Show Source
Back to Top