For the complete documentation index, see llms.txt. This page is also available as Markdown.

[GET] /portfolio/entries/{entry_id}/get-file

  • Remove the verb get- from the URI.

    • The HTTP method GET already encapsulates the fact that a file will be retrieved for the specified portfolio entry.

  • Use file instead of get-file to identify the resource being retrieved in the URI.

Final Suggestion

[GET] /portfolio/entries/{entry}/file

Last updated