The "Allow some of this data to be public" checkbox should be off for newly registered servers #10

Closed
opened 2024-06-13 18:54:39 +02:00 by PeterSurda · 1 comment
Owner

I don't know if what the name of the corresponding key is. I think it affects data submitted to geekbench or something, I don't think it's related to the web app itself, but better leave it off.

I don't know if what the name of the corresponding key is. I think it affects data submitted to geekbench or something, I don't think it's related to the web app itself, but better leave it off.
PeterSurda added the
enhancement
label 2024-06-13 18:54:39 +02:00
shailaja was assigned by PeterSurda 2024-06-13 18:54:39 +02:00
swapnil was assigned by PeterSurda 2024-06-13 18:54:39 +02:00
Member

The key is show_public in the api payload and response.

Things that I noted:

  • show_public is not being respected in the create API. No matter what value you send, the API accepts all but still considers 1. This can be verified by making a GET call for a given server.

  • show_public is only respected from the update call.

@shailaja currently we've put show_public in the NON_UPDATABLE_KEYS, we need to remove that.

The key is `show_public` in the api payload and response. Things that I noted: - `show_public` is not being respected in the create API. No matter what value you send, the API accepts all but still considers `1`. This can be verified by making a GET call for a given server. - `show_public` is only respected from the update call. @shailaja currently we've put `show_public` in the `NON_UPDATABLE_KEYS`, we need to remove that.
Sign in to join this conversation.
No Milestone
No project
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Sysdeploy/idlers-agent#10
No description provided.