Import a B2B Schema
post
/ic/api/b2b/v1/projects/{projectId}/schemas/import
Import a B2B schema from the previously exported schema zip file in project context.
Request
Path Parameters
-
projectId(required): string
Project identifier
Query Parameters
-
isOverwrite(required): boolean
Overwrite flag to overwrite components in the zip file. Default value is false.
Example:
/b2b/v1/projects/PROJECTID/schemas/import?isOverwrite=true
Default Value:false
Supported Media Types
- multipart/form-data
Root Schema : schema
Type:
Show Source
object
-
file: string
(binary)
Previously exported Schema ZIP file.
Response
Supported Media Types
- application/json
201 Response
Successful operation
404 Response
Not found
409 Response
Duplicate data error
500 Response
Server error