Upload Skin metadata file
post
/v1/portal/skins
Uploads the metadata files of a specified skin. The meta data file must be posted to the URI for a specific task
Request
Supported Media Types
- multipart/form-data
- application/octet-stream
Body Parameter
Specifies the content of the skin metadata file.
Root Schema : MultiPart
- bodyParts
-
Type:
arraybodyParts - contentDisposition
-
Type:
objectContentDisposition - mediaType
-
Type:
objectMediaType - parent
-
Type:
objectMultiPart
Nested Schema : ContentDisposition
- creationDate
-
Type:
string(date-time) - fileName
-
Type:
string - modificationDate
-
Type:
string(date-time) - readDate
-
Type:
string(date-time) - size
-
Type:
integer(int64) - type
-
Type:
string
Nested Schema : MediaType
- subtype
-
Type:
string - type
-
Type:
string - wildcardSubtype
-
Type:
boolean - wildcardType
-
Type:
boolean
Nested Schema : BodyPart
- contentDisposition
-
Type:
objectContentDisposition - mediaType
-
Type:
objectMediaType - parent
-
Type:
objectMultiPart
Response
Supported Media Types
- application/json
403 Response
Invalid utoken supplied