Skip to content

Commit

Permalink
🚧 [#4908] Allow relative api endpoint to be blank
Browse files Browse the repository at this point in the history
The user might want to send it to just the api root of the service
  • Loading branch information
viktorvanwijk committed Dec 19, 2024
1 parent 57c243b commit d71a38d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/openforms/registrations/contrib/json/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class JSONOptionsSerializer(JsonSchemaSerializerMixin, serializers.Serializer):
max_length=255,
label=_("Relative API endpoint"),
help_text=_("The API endpoint to send the data to (relative to the service API root)."),
allow_blank=True,
)
form_variables = serializers.ListField(
child=FormioVariableKeyField(max_length=50),
Expand Down

0 comments on commit d71a38d

Please sign in to comment.