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% |
Â