Skip to content

Commit

Permalink
#2005: revert accidental endpoint change
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed Jan 21, 2025
1 parent 040b556 commit 1989c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/metadataTypes/FileLocation.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class FileLocation extends MetadataType {
* @returns {Promise.<MetadataTypeMapObj>} Promise
*/
static async retrieveForCache() {
return super.retrieveREST(null, '/data/v1/filetransferlocations');
return super.retrieveREST(null, '/automation/v1/ftplocations/');
}

/**
Expand Down

0 comments on commit 1989c34

Please sign in to comment.