Commit d1653561 authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'docs-add-terraform-module-note' into 'master'

Add note about 'file' for terraform modules

See merge request gitlab-org/gitlab!69530
parents efab6e36 22b69f9f
......@@ -41,6 +41,10 @@ PUT /projects/:id/packages/terraform/modules/:module_name/:module_system/:module
Provide the file content in the request body.
Note that, in the following example, the request must end with `/file`.
If you send a request ending with something else, it results in a 404
error `{"error":"404 Not Found"}`.
Example request using a personal access token:
```shell
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment