diff --git a/data/reusables/actions/about-actions-usage-metrics-aggregation.md b/data/reusables/actions/about-actions-usage-metrics-aggregation.md index 8232b320c0..2aa00bd11d 100644 --- a/data/reusables/actions/about-actions-usage-metrics-aggregation.md +++ b/data/reusables/actions/about-actions-usage-metrics-aggregation.md @@ -6,7 +6,7 @@ The time period selection feature allows you to view {% data variables.product.p |------------------------|------------------------------------------------------------------------------| | Current week (Mon-Sun) | Data from Monday through the current day when the page is viewed. | | Current month | Data from the first of the month to the current day when the page is viewed. | -| Last week | Data from the first day to the last day of the previous month. | +| Last month | Data from the first day to the last day of the previous month. | | Last 30 days | Data from the last 30 days to when the page is viewed. | | Last 90 days | Data from the last 90 days to when the page is viewed. | | Last year | Data aggregated for the last 12 months. | diff --git a/data/reusables/organizations/team-api.md b/data/reusables/organizations/team-api.md index c170115ca2..0b9b41e9ae 100644 --- a/data/reusables/organizations/team-api.md +++ b/data/reusables/organizations/team-api.md @@ -1 +1,3 @@ These endpoints are only available to authenticated members of the team's [organization](/rest/orgs). OAuth access tokens require the `read:org` [scope](/apps/oauth-apps/building-oauth-apps/scopes-for-oauth-apps). {% data variables.product.prodname_dotcom %} generates the team's `slug` from the team `name`. + +Where `pull` and `push` permissions are accepted, these will map to the **Read** and **Write** roles for an organization repository. For more information about repository roles, see "[AUTOTITLE](/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization)."