Browse Source

Mark the `keep_alive` parameter of Open Point in Time API as required

Seth Michael Larson 3 years ago
parent
commit
9cac46a44d

+ 2 - 1
rest-api-spec/src/main/resources/rest-api-spec/api/open_point_in_time.json

@@ -52,7 +52,8 @@
       },
       "keep_alive": {
         "type": "string",
-        "description": "Specific the time to live for the point in time"
+        "description": "Specific the time to live for the point in time",
+        "required": true
       }
     }
   }