Skip to content
New issue

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

Missing the description_rt field #35

Open
imikemiller opened this issue Jan 8, 2025 · 1 comment
Open

Missing the description_rt field #35

imikemiller opened this issue Jan 8, 2025 · 1 comment

Comments

@imikemiller
Copy link

imikemiller commented Jan 8, 2025

Actual response from the files/:file_key/components API:

    "error": false,
    "status": 200,
    "meta": {
        "components": [
            {
                "key": "*****",
                "file_key": "*******",
                "node_id": "553:94391",
                "thumbnail_url": "https://s3-alpha.figma.com/checkpoints/0YW/mQe/*******/component_thumbnail_1.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAQ4GOSFWCXHUIFXET%2F20250105%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20250105T120000Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=35eac5b6eb3be546f724481efccf358b7892dca1411686fa89ac139bfcd82f74",
                "name": "State=off",
                "description": "",
                "description_rt": "", 
                "created_at": "2023-05-30T13:20:06.736Z",
                "updated_at": "2023-07-03T11:34:52.626Z",
                "containing_frame": {
                    "name": "Input",
                    "nodeId": "551:95443",
                    "pageId": "551:93898",
                    "pageName": "↪ Input",
                    "backgroundColor": "#FFFFFF",
                    "containingStateGroup": {
                        "name": "blinking cursor",
                        "nodeId": "553:94388"
                    }
                },
                "user": {
                    "id": "****",
                    "handle": "****",
                    "img_url": "https://www.gravatar.com/avatar/*******?size=240&default=https%3A%2F%2Fs3-alpha.figma.com%2Fstatic%2Fuser_b_v2.png"
                }
          }
    ],
    "i18n": null
}

Actual response from the /component API

    "error": false,
    "status": 200,
    "meta": {
        "key": "*****",
        "file_key": "*****",
        "node_id": "13498:375782",
        "thumbnail_url": "https://s3-alpha.figma.com/checkpoints/HF4/cis/*****/13498_375782.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAQ4GOSFWCXHUIFXET%2F20250105%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20250105T120000Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=c76ee50308dc98e9c2941d7f5e738d45048a463fb72edab58ba66c3d1ce1b311",
        "name": "device=desktop, state=50",
        "description": "",
        "description_rt": "",
        "created_at": "2024-12-27T15:28:20.575Z",
        "updated_at": "2024-12-30T12:27:06.497Z",
        "containing_frame": {
            "name": "Progress Indicator",
            "nodeId": "335:594750",
            "pageId": "335:594647",
            "pageName": "↪ Progress Indicator",
            "backgroundColor": "#FFFFFF",
            "containingStateGroup": {
                "name": "progress indicator - circle",
                "nodeId": "13498:375785"
            }
        },
        "user": {
            "id": "*****",
            "handle": "*****",
            "img_url": "https://www.gravatar.com/avatar/*****?size=240&default=https%3A%2F%2Fs3-alpha.figma.com%2Fstatic%2Fuser_b_v2.png"
        }
    },
    "i18n": null
}
@imikemiller imikemiller changed the title Missing the description_rt field in files/:file_key/components Missing the description_rt field Jan 8, 2025
@jefflee-figma
Copy link
Contributor

Thanks, we're tracking this internally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants