Returns a list of Repositories.
Filter | Description |
---|---|
created_at |
The date this Repository was created |
id |
The ID of the Repository |
in_audit_scope |
Flag to indicate if the Repository is in audit scope. [DEPRECATED - Use the Repository Framework Asset Scope endpoint] |
name |
The name of the repository |
owner_name |
The Repository owner's name |
private |
Flag to indicate if the Repository is private |
updated_at |
The date this Repository was last updated |
vendor_name |
The name of the vendor that this Repository is from |
Bad Request
Unauthorized
Forbidden
[- {
- "data": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "string",
- "attributes": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "in_audit_scope": true,
- "out_of_audit_scope_reason": "development_asset",
- "private": true,
- "third_party_id": "string",
- "vendor_name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "relationships": { },
- "links": { }
}, - "includes": { }
}
]
Returns a single Repository by ID
Bad Request
Unauthorized
Forbidden
Resource not found
{- "data": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "string",
- "attributes": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "in_audit_scope": true,
- "out_of_audit_scope_reason": "development_asset",
- "private": true,
- "third_party_id": "string",
- "vendor_name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "relationships": { },
- "links": { }
}, - "includes": { }
}
Update a Repository by ID
in_audit_scope | boolean Flag to indicate if this Repository is in scope. [DEPRECATED - Use the Repository Framework Asset Scope endpoint] |
out_of_audit_scope_reason | string Out of scope reason if the repository is not in scope. [DEPRECATED - Use the Repository Framework Asset Scope endpoint] |
owner_id | string <uuid> ID of the User that's the owner of this repository. |
Bad Request
Unauthorized
Forbidden
Resource not found
{- "data": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "string",
- "attributes": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "in_audit_scope": true,
- "out_of_audit_scope_reason": "development_asset",
- "private": true,
- "third_party_id": "string",
- "vendor_name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "relationships": { },
- "links": { }
}, - "includes": { }
}