IBM Business Process Manager, Version 8.5.0

REST interface for IBM BPM repository resources - Import Resource - POST Method

Use this method to import a process application or toolkit from a .twx file.

Sample method invocation

POST /bpm/repo/projects

Parameters

None

Request content

IBM BPM export (.twx) file

MIME type: application/zip

Response content

None

Error Response content

Detailed error information

The default content type is text/html.

MIME type: text/html

Status codes

The method returns one of the following status codes:
CodeDescription
200 OKSuccess completion.
400 Bad RequestThe parameters are not valid or they are missing.
401 UnauthorizedThe caller is not authorized for this request.
415 Unsupported Media TypeThe content type or content encoding of the request is not supported.
500 Internal Server ErrorA severe problem has occurred, programmer's details are provided.

Available since

8.5.0

Parent Topic: Import Resource