We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
status
result
The status in data[result] is no longer relevant to the user.
data[result]
We can remove it from the response JSON body. However it requires first the following tasks
In the API the change is very simple. From
repository-service-tuf-api/repository_service_tuf_api/tasks.py
Lines 58 to 60 in c86649e
To
status: bool = Field( description="Task result status. `True` Success | `False` Failure" , exclude=True )
No response
The text was updated successfully, but these errors were encountered:
KAUTH
No branches or pull requests
What is the task about?
The
status
indata[result]
is no longer relevant to the user.We can remove it from the response JSON body.
However it requires first the following tasks
In the API the change is very simple.
From
repository-service-tuf-api/repository_service_tuf_api/tasks.py
Lines 58 to 60 in c86649e
To
Parent feature
No response
References
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: