Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

General Information

...

Service

API

Method

Data Models

Workflow

repositories

/git/sync/repository

PUT

N/A

N/A

...

Expand
titleSAMPLE
Code Block
languagejson
{
  "result": true,
  "data": "Repository soajs/soajs.repositories is activesynchronized!"
}

Invalid Response

Expand
titleSAMPLE
Code Block
{
    "result":false,
    "errors":{
        "codes":[602],
        "details":[
            {
                "code":602,
                "message":"Model error: + %model_error%"
            }
        ]
    }
}

...