Messages
A list of messages. Messages belong to resource types.
Attributes
Name | Type | Description |
---|---|---|
messages | [Message] | List of messages. |
Collection Items
Each entry in the messages array has the following attributes:
Name | Type | Description |
---|---|---|
id | Integer | The message's id. |
level | String | The message's level. |
key | String | The message's key. |
code | String | The message's code. |
args | Json | The message's args. |
src | Unknown | The message's src. |
line | Unknown | The message's line. |
Actions
For Request
This will return a list of messages created by travis-yml
for a request, if any exist.
GET
/repo/{provider}/{repository.id}/request/{request.id}/messages
Template Variable | Type | Description |
---|---|---|
provider | Unknown | Documentation missing. |
repository.id | Integer | Value uniquely identifying the repository. |
request.id | Integer | Value uniquely identifying the request. |
Query Parameter | Type | Description |
---|---|---|
include | [String] | List of attributes to eager load. |
limit | Integer | How many messages to include in the response. Used for pagination. |
offset | Integer | How many messages to skip before the first entry in the response. Used for pagination. |
GET
/repo/{provider}/{repository.slug}/request/{request.id}/messages
Template Variable | Type | Description |
---|---|---|
provider | Unknown | Documentation missing. |
repository.slug | String | Same as {repository.owner.name}/{repository.name}. |
request.id | Integer | Value uniquely identifying the request. |
Query Parameter | Type | Description |
---|---|---|
include | [String] | List of attributes to eager load. |
limit | Integer | How many messages to include in the response. Used for pagination. |
offset | Integer | How many messages to skip before the first entry in the response. Used for pagination. |
GET
/repo/{repository.id}/request/{request.id}/messages
Template Variable | Type | Description |
---|---|---|
repository.id | Integer | Value uniquely identifying the repository. |
request.id | Integer | Value uniquely identifying the request. |
Query Parameter | Type | Description |
---|---|---|
include | [String] | List of attributes to eager load. |
limit | Integer | How many messages to include in the response. Used for pagination. |
offset | Integer | How many messages to skip before the first entry in the response. Used for pagination. |
GET
/repo/{repository.slug}/request/{request.id}/messages
Template Variable | Type | Description |
---|---|---|
repository.slug | String | Same as {repository.owner.name}/{repository.name}. |
request.id | Integer | Value uniquely identifying the request. |
Query Parameter | Type | Description |
---|---|---|
include | [String] | List of attributes to eager load. |
limit | Integer | How many messages to include in the response. Used for pagination. |
offset | Integer | How many messages to skip before the first entry in the response. Used for pagination. |