Travis CI API Docs

Broadcast

There is currently no endpoint to request a single broadcast. Instead, load a list of all broadcasts for the current user.

Attributes

Minimal Representation

Included when the resource is returned as part of another resource.

NameTypeDescription
idIntegerValue uniquely identifying the broadcast.
messageStringMessage to display to the user.
created_atStringWhen the broadcast was created.
categoryStringBroadcast category (used for icon and color).
activeBooleanWhether or not the brodacast should still be displayed.

Standard Representation

Included when the resource is the main response of a request, or is eager loaded.

NameTypeDescription
idIntegerValue uniquely identifying the broadcast.
idIntegerValue uniquely identifying the broadcast.
messageStringMessage to display to the user.
created_atStringWhen the broadcast was created.
categoryStringBroadcast category (used for icon and color).
activeBooleanWhether or not the brodacast should still be displayed.
recipientObjectEither a user, organization or repository, or null for global.