Create Reset Request 1

Create Reset Request 1
Request
URI
POST
https://{api_host}/vco/api/content-repositories/reset-requests
COPY
Request Body
WsResetRequestData of type(s) application/json
Required
{
    "authorName": "string",
    "authorEmail": "string",
    "committerName": "string",
    "committerEmail": "string",
    "objectId": "string",
    "parentId": "string",
    "message": "string",
    "commitDate": "string",
    "diffEntries": [
        {
            "relations": {
                "startIndex": 0,
                "count": 0,
                "total": 0,
                "link": [
                    {
                        "rel": "string",
                        "type": "string",
                        "attributes": [
                            {
                                "name": "string",
                                "displayName": "string",
                                "value": "string",
                                "displayValue": "string"
                            }
                        ],
                        "href": "string"
                    }
                ]
            },
            "updateType": "string",
            "oldPath": "string",
            "newPath": "string",
            "href": "string"
        }
    ],
    "keepLocalChanges": false,
    "mergedEntries": [
        {
            "relations": {
                "startIndex": 0,
                "count": 0,
                "total": 0,
                "link": [
                    {
                        "rel": "string",
                        "type": "string",
                        "attributes": [
                            {
                                "name": "string",
                                "displayName": "string",
                                "value": "string",
                                "displayValue": "string"
                            }
                        ],
                        "href": "string"
                    }
                ]
            },
            "updateType": "string",
            "oldPath": "string",
            "newPath": "string",
            "data": {},
            "href": "string"
        }
    ],
    "merged-items": [
        {
            "relations": {
                "startIndex": 0,
                "count": 0,
                "total": 0,
                "link": [
                    {
                        "rel": "string",
                        "type": "string",
                        "attributes": [
                            {
                                "name": "string",
                                "displayName": "string",
                                "value": "string",
                                "displayValue": "string"
                            }
                        ],
                        "href": "string"
                    }
                ]
            },
            "updateType": "string",
            "oldPath": "string",
            "newPath": "string",
            "data": {},
            "href": "string"
        }
    ]
}
string
authorName
Optional

authorName

string
authorEmail
Optional

authorEmail

string
committerName
Optional

committerName

string
committerEmail
Optional

committerEmail

string
objectId
Optional

objectId

string
parentId
Optional

parentId

string
message
Optional

message

string As date-time As date-time
commitDate
Optional

commitDate

array of object
diffEntries
Optional

diffEntries

boolean
keepLocalChanges
Optional

keepLocalChanges

array of object
mergedEntries
Optional

mergedEntries

array of object
merged-items
Optional

merged-items

Authentication
This operation uses the following authentication methods.
Responses
202

Accepted

Returns WsContentRepositoryRequestToken of type(s) application/json
"WsContentRepositoryRequestToken Object"
object
relations
Optional

relations

string
status
Optional

status

object
details
Optional

details

string
shortDetails
Optional

shortDetails

string As date-time As date-time
startDate
Optional

startDate

string As date-time As date-time
endDate
Optional

endDate

string
href
Optional

href


Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/vco/api/content-repositories/reset-requests