Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions source/java.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -464,8 +464,6 @@ You can choose any value between 1 week and 78 weeks. When deciding this, you sh

If you do not choose a value, the file will be available for the default period of 26 weeks (6 months).

Files sent before 12 April 2023 had a longer default period of 78 weeks (18 months).

```java
ClassLoader classLoader = getClass().getClassLoader();
File file = new File(classLoader.getResource("document_to_upload.pdf").getFile());
Expand Down
2 changes: 0 additions & 2 deletions source/net.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -523,8 +523,6 @@ You can choose any value between 1 week and 78 weeks. When deciding this, you sh

If you do not choose a value, the file will be available for the default period of 26 weeks (6 months).

Files sent before 12 April 2023 had a longer default period of 78 weeks (18 months).

```csharp

byte[] documentContents = File.ReadAllBytes("<file path>");
Expand Down
2 changes: 0 additions & 2 deletions source/node.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -531,8 +531,6 @@ You can choose any value between 1 week and 78 weeks. When deciding this, you sh

If you do not choose a value, the file will be available for the default period of 26 weeks (6 months).

Files sent before 12 April 2023 had a longer default period of 78 weeks (18 months).

```javascript
let fs = require("fs")

Expand Down
2 changes: 0 additions & 2 deletions source/php.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -482,8 +482,6 @@ You can choose any value between 1 week and 78 weeks. When deciding this, you sh

If you do not choose a value, the file will be available for the default period of 26 weeks (6 months).

Files sent before 12 April 2023 had a longer default period of 78 weeks (18 months).

```php
try {
$file_data = file_get_contents('/path/to/my/file.pdf');
Expand Down
2 changes: 0 additions & 2 deletions source/python.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -469,8 +469,6 @@ You can choose any value between 1 week and 78 weeks. When deciding this, you sh

If you do not choose a value, the file will be available for the default period of 26 weeks (6 months).

Files sent before 12 April 2023 had a longer default period of 78 weeks (18 months).

```python
from notifications_python_client import prepare_upload

Expand Down
2 changes: 0 additions & 2 deletions source/rest-api.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -501,8 +501,6 @@ You can choose any value between 1 week and 78 weeks. When deciding this, you sh

If you do not choose a value, the file will be available for the default period of 26 weeks (6 months).

Files sent before 12 April 2023 had a longer default period of 78 weeks (18 months).

```javascript
"personalisation":{
"first_name": "Amala",
Expand Down
2 changes: 0 additions & 2 deletions source/ruby.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -456,8 +456,6 @@ You can choose any value between 1 week and 78 weeks. When deciding this, you sh

If you do not choose a value, the file will be available for the default period of 26 weeks (6 months).

Files sent before 12 April 2023 had a longer default period of 78 weeks (18 months).

```ruby
File.open("file.pdf", "rb") do |f|
...
Expand Down