Update DB Sync Daily Update Time

Xray REST APIs

Products
JFrog Xray
Content Type
REST API
ft:sourceType
Paligo

Description: Update the time of the DB sync daily update job.

Since: 3.6

Security: Requires a user with admin permissions

Usage: PUT api/v1/configuration/dbsync/time

Produces: application/json

Consumes: application/json

Sample Usage:

{
   "db_sync_updates_time": "18:40"
}

Sample Response:

{

   "info": "Successfully updated db sync daily updates time to *"

}

Response Codes:

403: Forbidden

401: Unauthorized

400: Bad value

400: Bad type

500: Failed to get configuration from db

500: Failed to update, db sync updates job is not running