Put Validation

Put Validation

Add an entry of rApp for validation if it is not yet registered by creating it in the database. Update an entry if it is already registered by modifying it in the database.

Request
URI
PUT
https://{api_host}/v0alpha1/validations/{app_id}
COPY
Path Parameters
string
app_id
Required

The identifier of the rApp name/ID to be registered or updated.


Responses
200

Successfully updated the registered rApp.

Operation doesn't return any data structure

201

Successfully created the registered rApp.

Operation doesn't return any data structure

500

Data processing failed due to server misconfiguration.

Returns ProblemDetails of type(s) application/problem+json
{
    "type": "string",
    "title": "string",
    "status": 400,
    "detail": "Required field 'counter_names' missing.",
    "instance": "string"
}
string
type
Optional

A URI representing the type of the problem.

string
title
Required

A short summary of the error.

number
status
Required

The HTTP Response code associated with this error.

string
detail
Required

A detailed description of the error.

string
instance
Optional

An optional URI of the instance involved in the problem.