Can be one of all
, public
, or private
. Note: For GitHub AE, can be one of all
, internal
, or private
.
Allowed values:allpublicprivate
Default:all
Comma-separated list of values. Can include:
* owner
: Repositories that are owned by the authenticated user.
* collaborator
: Repositories that the user has been added to as a collaborator.
* organization_member
: Repositories that the user has access to through being a member of an organization. This includes every repository on every team that the user is on.
Default:owner,collaborator,organization_member
Can be one of all
, owner
, public
, private
, member
. Note: For GitHub AE, can be one of all
, owner
, internal
, private
, member
. Default: all
Will cause a 422
error if used in the same request as visibility or affiliation. Will cause a 422
error if used in the same request as visibility or affiliation.
Allowed values:allownerpublicprivatemember
Default:all
Can be one of created
, updated
, pushed
, full_name
.
Allowed values:createdupdatedpushedfull_name
Default:full_name
Can be one of asc
or desc
. Default: asc
when using full_name
, otherwise desc
Allowed values:ascdesc
Results per page (max 100)
Default:30
Page number of the results to fetch.
Default:1
Only show notifications updated after the given time. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ
.
Only show notifications updated before the given time. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ
.