mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-21 22:16:44 +01:00
Enhancement: allow specifying JSON encoding for webhooks (#8799)
This commit is contained in:
parent
cd50f20a20
commit
ed1775e689
9 changed files with 99 additions and 8 deletions
|
|
@ -0,0 +1,18 @@
|
|||
# Generated by Django 5.1.4 on 2025-01-18 19:35
|
||||
|
||||
from django.db import migrations
|
||||
from django.db import models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("documents", "1060_alter_customfieldinstance_value_select"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name="workflowactionwebhook",
|
||||
name="as_json",
|
||||
field=models.BooleanField(default=False, verbose_name="send as JSON"),
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue