diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-03-16 18:18:33 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-03-16 18:18:33 +0000 |
commit | f64a639bcfa1fc2bc89ca7db268f594306edfd7c (patch) | |
tree | a2c3c2ebcc3b45e596949db485d6ed18ffaacfa1 /doc/api/README.md | |
parent | bfbc3e0d6583ea1a91f627528bedc3d65ba4b10f (diff) | |
download | gitlab-ce-f64a639bcfa1fc2bc89ca7db268f594306edfd7c.tar.gz |
Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40
Diffstat (limited to 'doc/api/README.md')
-rw-r--r-- | doc/api/README.md | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/doc/api/README.md b/doc/api/README.md index d6119fbfa43..35eeb5ae99b 100644 --- a/doc/api/README.md +++ b/doc/api/README.md @@ -21,6 +21,10 @@ Contributions are welcome. For a list of the available resources and their endpoints, see [API resources](api_resources.md). +<i class="fa fa-youtube-play youtube" aria-hidden="true"></i> +For an introduction and basic steps, see +[How to make GitLab API calls](https://www.youtube.com/watch?v=0LsMC3ZiXkA). + ## SCIM **(PREMIUM SAAS)** GitLab provides an [SCIM API](scim.md) that both implements @@ -200,17 +204,11 @@ With a few API endpoints you can use a [GitLab CI/CD job token](../user/project/ to authenticate with the API: - Packages: - - [Package Registry for Composer](../user/packages/composer_repository/index.md) - - [Package Registry for Conan](../user/packages/conan_repository/index.md) + - [Package Registry](../user/packages/package_registry/index.md) - [Container Registry](../user/packages/container_registry/index.md) (`$CI_REGISTRY_PASSWORD` is `$CI_JOB_TOKEN`) - - [Go Proxy](../user/packages/go_proxy/index.md) - - [Package Registry for Maven](../user/packages/maven_repository/index.md#authenticate-with-a-ci-job-token-in-maven) - - [Package Registry for npm](../user/packages/npm_registry/index.md#authenticate-with-a-ci-job-token) - - [Package Registry for NuGet](../user/packages/nuget_repository/index.md) - - [Package Registry for PyPI](../user/packages/pypi_repository/index.md#authenticate-with-a-ci-job-token) - - [Package Registry for generic packages](../user/packages/generic_packages/index.md#publish-a-generic-package-by-using-cicd) - [Get job artifacts](job_artifacts.md#get-job-artifacts) +- [Get job token's job](jobs.md#get-job-tokens-job) - [Pipeline triggers](pipeline_triggers.md) (using the `token=` parameter) - [Release creation](releases/index.md#create-a-release) - [Terraform plan](../user/infrastructure/index.md) @@ -750,7 +748,7 @@ specifically used by GitLab.com, see The GitLab API supports the `application/json` content type by default, though some API endpoints also support `text/plain`. -In [GitLab 13.9 and later](https://gitlab.com/gitlab-org/gitlab/-/issues/250342), +In [GitLab 13.10 and later](https://gitlab.com/gitlab-org/gitlab/-/issues/250342), API endpoints do not support `text/plain` by default, unless it's explicitly documented. This change is deployed behind the `:api_always_use_application_json` [feature flag](../user/feature_flags.md), |