POST - /git/account
General Information
Service | API | Method | Data Models | Workflow |
---|---|---|---|---|
repositories | /git/account | POST | N/A | N/A |
Description
Login and add account
Input
Type: application/json
Input | Source | Required | Type | Description |
---|---|---|---|---|
username | body | Yes | string |
|
password | body | No | string |
|
token | body | No | string |
|
label | body | Yes | string |
|
provider | body | Yes | string |
|
domain | body | Yes | string |
|
type | body | Yes | string |
|
access | body | Yes | string |
|
oauthKey | body | No | string |
|
oauthSecret | body | No | string |
|
Output
Response
SOAJS has a unified response. Check out this link to understand more the schema of SOAJS response
Valid Response
Invalid Response
Response schema
Follow this link to check out the response JSON Schema
SOAJS Error Codes
Code | Description |
---|---|
402 | User account already exists. |
602 | Model error: + %model_error% |
603 | Provider not found. |
604 | error: + %model_error% |