diff --git a/v1/Application.cfc b/v1/Application.cfc index c4f0cc8..be13609 100644 --- a/v1/Application.cfc +++ b/v1/Application.cfc @@ -51,7 +51,7 @@ //variables.framework.docs={}; variables.framework.docs.APIName="Deck API"; - variables.framework.docs.APIVersion="0.111"; /*$ git config --global --unset user.password*/ + variables.framework.docs.APIVersion="0.112"; /*$ git config --global --unset user.password*/ variables.framework.globalHeaders = structNew(); diff --git a/v1/resources/instance_operation.cfc b/v1/resources/instance_operation.cfc index a1fa8f6..f199ea5 100644 --- a/v1/resources/instance_operation.cfc +++ b/v1/resources/instance_operation.cfc @@ -122,6 +122,10 @@ sop.default_value sop.regex sop.unique_scope + sop.maxlength + sop.minlength + sop.maxvalue + sop.minvalue sop.descr sop.man sop.sort @@ -157,77 +161,7 @@ - - + diff --git a/v1/resources/instance_operation_default.cfc b/v1/resources/instance_operation_default.cfc index cd7478f..0c8dfe3 100644 --- a/v1/resources/instance_operation_default.cfc +++ b/v1/resources/instance_operation_default.cfc @@ -171,13 +171,15 @@ )/> + - + +