Skip to content

Commit

Permalink
Merge pull request #947 from TheMeaningfulEngineer/direct-upload-hm-o…
Browse files Browse the repository at this point in the history
…nly-oss

docs: document direct upload as on-prem only APIs
  • Loading branch information
tranchitella authored Oct 30, 2023
2 parents c636125 + 3ab1fec commit ff9f571
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/management_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1236,7 +1236,7 @@ paths:
- Management API
security:
- ManagementJWT: []
summary: Request link for uploading artifact directly to the storage backend
summary: Request link for uploading artifact directly to the storage backend. This is an on-prem endpoint only, not available on Hosted Mender.
produces:
- application/json
responses:
Expand Down Expand Up @@ -1273,7 +1273,7 @@ paths:
Notify the server that the direct upload is completed to make it
available in the artifacts API. Optionally you can provide files metadata
which will be absent otherwise if skip-verify flag is present in the deployments
service.
service. This is an on-prem endpoint only, not available on Hosted Mender.
produces:
- application/json
responses:
Expand Down

0 comments on commit ff9f571

Please sign in to comment.