Skip to content

Commit

Permalink
chore(assets): update application body [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 5, 2023
1 parent 219043f commit c213bd3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion assets/application.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@
"type": "object",
"minProperties": 1,
"properties": {
"label": {
"type": "string",
"maxLength": 255,
"title": "Rótulo",
"description": "Título (opcional) da regra de envio apenas para controle interno"
},
"service": {
"type": "string",
"enum": [
Expand Down Expand Up @@ -229,5 +235,5 @@
}
},
"auth_callback_uri": "https://us-central1-ecom-mandae.cloudfunctions.net/app/ecom/auth-callback",
"version": "1.3.0"
"version": "1.3.1"
}

0 comments on commit c213bd3

Please sign in to comment.