Skip to content

Commit

Permalink
chore: reorder pipedrive settings (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
am6010 committed Feb 7, 2023
1 parent af0e2d8 commit d74055a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"authorization" : {
"type" : "object",
"title" : "API Key Authentication",
"order": 1,
"required" : [
"auth_type",
"api_token"
Expand All @@ -28,6 +29,7 @@
}
},
"replication_start_date" : {
"order": 0,
"title" : "Start Date",
"pattern" : "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$",
"examples" : [
Expand Down

0 comments on commit d74055a

Please sign in to comment.