Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into meeting-reports
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagobastos committed Dec 11, 2023
2 parents f42b7c8 + 57518fc commit 422d466
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apiary.apib
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@ We list all backwards-compatible additions here. These are currently available i
- We added `pipeline` to `deals.list`.
- We now return the `default` payment term id in `paymentTerms.list` meta information.
- We added the `meetings.createReport` endpoint.
- We added `nextgenProject` as a subject type to `files.upload`, `files.list` and `files.info`.

#### November 2023
- We added the `calls.add`, `calls.list`, `calls.info` and `calls.complete` endpoints.
Expand Down Expand Up @@ -7997,6 +7998,7 @@ Get a list of files.
+ creditNote
+ product
+ project
+ nextgenProject
+ id: `2659dc4d-444b-4ced-b51c-b87591f604d7` (string, required)
+ page (array, optional)
+ (object)
Expand Down Expand Up @@ -8031,6 +8033,7 @@ Get a list of files.
+ deal
+ invoice
+ creditNote
+ nextgenProject
+ id: `2659dc4d-444b-4ced-b51c-b87591f604d7` (string)
+ name: `meeting-report.pdf` (string)
+ mime_type (MimeType)
Expand Down Expand Up @@ -8065,6 +8068,7 @@ Get details for a single file.
+ order
+ product
+ project
+ nextgenProject
+ ticket
+ workOrder
+ id: `2659dc4d-444b-4ced-b51c-b87591f604d7` (string)
Expand Down Expand Up @@ -8107,6 +8111,7 @@ Request the upload link for a file.
+ deal
+ invoice
+ creditNote
+ nextgenProject
+ id: `2659dc4d-444b-4ced-b51c-b87591f604d7` (string, required)
+ folder: `My monthly notes` (string, optional) - Name of a folder under which the file will be stored. Defaults to `General` in account's language if not passed.

Expand Down
4 changes: 4 additions & 0 deletions src/10-files/files.apib
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Get a list of files.
+ creditNote
+ product
+ project
+ nextgenProject
+ id: `2659dc4d-444b-4ced-b51c-b87591f604d7` (string, required)
+ page (array, optional)
+ (object)
Expand Down Expand Up @@ -52,6 +53,7 @@ Get a list of files.
+ deal
+ invoice
+ creditNote
+ nextgenProject
+ id: `2659dc4d-444b-4ced-b51c-b87591f604d7` (string)
+ name: `meeting-report.pdf` (string)
+ mime_type (MimeType)
Expand Down Expand Up @@ -86,6 +88,7 @@ Get details for a single file.
+ order
+ product
+ project
+ nextgenProject
+ ticket
+ workOrder
+ id: `2659dc4d-444b-4ced-b51c-b87591f604d7` (string)
Expand Down Expand Up @@ -128,6 +131,7 @@ Request the upload link for a file.
+ deal
+ invoice
+ creditNote
+ nextgenProject
+ id: `2659dc4d-444b-4ced-b51c-b87591f604d7` (string, required)
+ folder: `My monthly notes` (string, optional) - Name of a folder under which the file will be stored. Defaults to `General` in account's language if not passed.

Expand Down
1 change: 1 addition & 0 deletions src/changes-backwards-compatible.apib
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ We list all backwards-compatible additions here. These are currently available i
- We added `pipeline` to `deals.list`.
- We now return the `default` payment term id in `paymentTerms.list` meta information.
- We added the `meetings.createReport` endpoint.
- We added `nextgenProject` as a subject type to `files.upload`, `files.list` and `files.info`.

#### November 2023
- We added the `calls.add`, `calls.list`, `calls.info` and `calls.complete` endpoints.
Expand Down

0 comments on commit 422d466

Please sign in to comment.