POST - /git/repos
General Information
Service | API | Method | Data Models | Workflow |
---|---|---|---|---|
repositories | /git/repos | POST | N/A | N/A |
Description
Search and filter repository
Input
Type: application/json
Input | Source | Required | Type | Description |
---|---|---|---|---|
name | body | No | string | Â |
active | body | No | boolean | Â |
owner | body | No | Array of strings | Â |
provider | body | No | Array of strings | Â |
textSearch | body | No | string | Â |
skip | body | No | integer | Â |
limit | body | No | integer | Â |
leaf | body | No | boolean | Â |
Â
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 |
---|---|
602 | Model error: + %model_error% |
Â